diff options
author | Roman Li <Roman.Li@amd.com> | 2017-07-27 20:00:06 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 18:15:56 -0400 |
commit | 690b5e3960810c733f812f8849c3a05415c2f53d (patch) | |
tree | acbeea5f54b1ac6a93b24e68d5e9510a64eebb67 /drivers/gpu/drm/amd/display/dc/inc/compressor.h | |
parent | a32e24b486e80417e62d34f60d625783affff431 (diff) | |
download | linux-690b5e3960810c733f812f8849c3a05415c2f53d.tar.gz linux-690b5e3960810c733f812f8849c3a05415c2f53d.tar.bz2 linux-690b5e3960810c733f812f8849c3a05415c2f53d.zip |
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/inc/compressor.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/compressor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/compressor.h b/drivers/gpu/drm/amd/display/dc/inc/compressor.h index 24cca18f3c8f..bcb18f5e1e60 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/compressor.h +++ b/drivers/gpu/drm/amd/display/dc/inc/compressor.h @@ -42,6 +42,7 @@ union fbc_physical_address { uint32_t low_part; int32_t high_part; } addr; + uint64_t quad_part; }; struct compr_addr_and_pitch_params { |