summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc_types.h
diff options
context:
space:
mode:
authorRoman Li <Roman.Li@amd.com>2017-07-27 20:00:06 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:15:56 -0400
commit690b5e3960810c733f812f8849c3a05415c2f53d (patch)
treeacbeea5f54b1ac6a93b24e68d5e9510a64eebb67 /drivers/gpu/drm/amd/display/dc/dc_types.h
parenta32e24b486e80417e62d34f60d625783affff431 (diff)
drm/amd/display: Initial prototype of FBC implementation
- Protected by ENABLE_FBC compile flag Signed-off-by: Roman Li <Roman.Li@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_types.h b/drivers/gpu/drm/amd/display/dc/dc_types.h
index 99b893fbcb42..ee9e6bc88c32 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_types.h
@@ -92,6 +92,9 @@ struct dc_context {
bool created_bios;
struct gpio_service *gpio_service;
struct i2caux *i2caux;
+#ifdef ENABLE_FBC
+ uint64_t fbc_gpu_addr;
+#endif
};