Allow DRM mode setting to include transformations
This removes the explicit transform disabling code in drm_set_mode_major. Without a fixed X server, transforms will still be broken, but even a fixed X server can't work around this driver bug. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
9a45ace207
commit
8084f76d86
|
|
@ -185,9 +185,6 @@ drmmode_set_mode_major(xf86CrtcPtr crtc, DisplayModePtr mode,
|
|||
crtc->x = x;
|
||||
crtc->y = y;
|
||||
crtc->rotation = rotation;
|
||||
#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,5,99,0,0)
|
||||
crtc->transformPresent = FALSE;
|
||||
#endif
|
||||
|
||||
output_ids = xcalloc(sizeof(uint32_t), xf86_config->num_output);
|
||||
if (!output_ids) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue