mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-24 01:24:31 +00:00
Remove unused lut_r/g/b arrays from drmmode_crtc_private_rec
Fixes: 1091f28e1f ("Remove drmmode_load_palette")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Michel Dänzer
parent
c436452069
commit
5a4d3267ac
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user