Home
last modified time | relevance | path

Searched refs:compat_output (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.h778 int compat_output; member
842 if (config->compat_output < 0) in xf86CompatOutput()
844 return config->output[config->compat_output]; in xf86CompatOutput()
850 xf86OutputPtr compat_output = xf86CompatOutput(pScrn); in xf86CompatCrtc() local
852 if (!compat_output) in xf86CompatCrtc()
854 return compat_output->crtc; in xf86CompatCrtc()
H A Dxf86Crtc.c65 config->compat_output = -1; in xf86CrtcConfigInit()
1977 config->compat_output = compat; in SetCompatOutput()
1979 else if (config->compat_output >= 0 && config->compat_output < config->num_output) { in SetCompatOutput()
1981 output = config->output[config->compat_output]; in SetCompatOutput()
1986 config->compat_output = 0; in SetCompatOutput()
1987 output = config->output[config->compat_output]; in SetCompatOutput()
2452 config->compat_output = o; in xf86TargetFallback()
2457 modes[config->compat_output] = target_mode; in xf86TargetFallback()
2921 xf86OutputPtr compat_output; in xf86SetSingleMode() local
2928 compat_output = xf86CompatOutput(pScrn); in xf86SetSingleMode()
[all …]
/OK3568_Linux_fs/kernel/fs/dlm/
H A Duser.c121 static void compat_output(struct dlm_lock_result *res, in compat_output() function
747 compat_output(&result, &result32); in copy_result_to_user()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3973 xf86OutputPtr output = config->output[config->compat_output]; in drmmode_adjust_frame()
4004 if (config->output[config->compat_output]->crtc == crtc) in drmmode_set_desired_modes()
4005 output = config->output[config->compat_output]; in drmmode_set_desired_modes()
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog1789 + Allow for missing or disabled compat_output, closes: #572268, #554450.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog35411 xfree86: Return NULL from xf86CompatOutput if no compat_output is defined
35413 If no compat_output is defined, we inadvertently (attempt to) return
63874 If we don't set compat_output we end up doing derferences
115215 Allow for missing or disabled compat_output
167439 control, override that and reset it to a value based on the compat_output