Home
last modified time | relevance | path

Searched refs:set_mode_major (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dpresent.c397 crtc->funcs->set_mode_major(crtc, &crtc->mode, crtc->rotation, in ms_present_unflip()
H A Ddrmmode_display.c2324 .set_mode_major = drmmode_set_mode_major,
4033 set_mode_major(crtc, &crtc->desiredMode, crtc->desiredRotation, in drmmode_set_desired_modes()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.h234 (*set_mode_major) (xf86CrtcPtr crtc, DisplayModePtr mode, member
H A Dxf86Crtc.c318 if (crtc->funcs->set_mode_major) { in xf86CrtcSetModeTransform()
319 ret = crtc->funcs->set_mode_major(crtc, mode, rotation, x, y); in xf86CrtcSetModeTransform()
2782 if (!crtc->funcs->set_mode_major) { in xf86SetDesiredModes()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog122834 randr: Fix crtcs using set_mode_major()
127524 hw/xf86/modes: Set crtc mode/rotation/transform before calling set_mode_major
127526 This moves code out of each implementation of set_mode_major and back into
127530 set_mode_major interface.
129754 Don't prepare outputs & crtcs if set_mode_major is present