[PATCH xf86-video-amdgpu] Remove unused lut_r/g/b arrays from drmmode_crtc_private_rec

Michel Dänzer michel at daenzer.net
Wed Aug 17 09:58:21 UTC 2016


From: Michel Dänzer <michel.daenzer at amd.com>

Fixes: 1091f28e1fa2 ("Remove drmmode_load_palette")
Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
---
 src/drmmode_display.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/drmmode_display.h b/src/drmmode_display.h
index 617f2bc..2e62a8c 100644
--- a/src/drmmode_display.h
+++ b/src/drmmode_display.h
@@ -92,7 +92,6 @@ typedef struct {
 	uint32_t dpms_last_seq;
 	int dpms_last_fps;
 	uint32_t interpolated_vblanks;
-	uint16_t lut_r[256], lut_g[256], lut_b[256];
 	int prime_pixmap_x;
 
 	/* Modeset needed for DPMS on */
-- 
2.9.3



More information about the amd-gfx mailing list