mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
modesetting: setup colormap
Signed-off-by: Rinat Ibragimov <ibragimovrinat@mail.ru> Reviewed-by: Michel Dänzer <michel.daenzer at amd.com>
This commit is contained in:
committed by
Adam Jackson
parent
5cb330cd5d
commit
ac138f9b31
@@ -1656,7 +1656,7 @@ ScreenInit(ScreenPtr pScreen, int argc, char **argv)
|
||||
if (!xf86CrtcScreenInit(pScreen))
|
||||
return FALSE;
|
||||
|
||||
if (!miCreateDefColormap(pScreen))
|
||||
if (!drmmode_setup_colormap(pScreen, pScrn))
|
||||
return FALSE;
|
||||
|
||||
xf86DPMSInit(pScreen, xf86DPMSSet, 0);
|
||||
|
||||
Reference in New Issue
Block a user