diff options
-rw-r--r-- | drivers/media/platform/s5p-mfc/s5p_mfc_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_common.h b/drivers/media/platform/s5p-mfc/s5p_mfc_common.h index 15f7663dd9f5..24262bbb1a35 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_common.h +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_common.h | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | /* Offset base used to differentiate between CAPTURE and OUTPUT | 30 | /* Offset base used to differentiate between CAPTURE and OUTPUT |
31 | * while mmaping */ | 31 | * while mmaping */ |
32 | #define DST_QUEUE_OFF_BASE (TASK_SIZE / 2) | 32 | #define DST_QUEUE_OFF_BASE (1 << 30) |
33 | 33 | ||
34 | #define MFC_BANK1_ALLOC_CTX 0 | 34 | #define MFC_BANK1_ALLOC_CTX 0 |
35 | #define MFC_BANK2_ALLOC_CTX 1 | 35 | #define MFC_BANK2_ALLOC_CTX 1 |