summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/compressor.h
diff options
context:
space:
mode:
authorRoman Li2017-07-28 02:00:06 +0200
committerAlex Deucher2017-09-27 00:15:56 +0200
commit690b5e3960810c733f812f8849c3a05415c2f53d (patch)
treeacbeea5f54b1ac6a93b24e68d5e9510a64eebb67 /drivers/gpu/drm/amd/display/dc/inc/compressor.h
parentdrm/amd/display: Initial prototype of FBC implementation (diff)
downloadkernel-qcow2-linux-690b5e3960810c733f812f8849c3a05415c2f53d.tar.gz
kernel-qcow2-linux-690b5e3960810c733f812f8849c3a05415c2f53d.tar.xz
kernel-qcow2-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.h1
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 {