Home
last modified time | relevance | path

Searched refs:mode_output (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c1599 drmModeConnectorPtr koutput = drmmode_output->mode_output; in drmmode_ConvertToKMode()
2660 koutput = drmmode_output->mode_output; in drmmode_output_update_properties()
2759 drmModeFreeConnector(drmmode_output->mode_output); in drmmode_output_detect()
2761 drmmode_output->mode_output = in drmmode_output_detect()
2764 if (!drmmode_output->mode_output) { in drmmode_output_detect()
2771 switch (drmmode_output->mode_output->connection) { in drmmode_output_detect()
2843 drmModeConnectorPtr koutput = drmmode_output->mode_output; in drmmode_output_attach_tile()
2869 drmModeConnectorPtr koutput = drmmode_output->mode_output; in has_panel_fitter()
2929 drmModeConnectorPtr koutput = drmmode_output->mode_output; in drmmode_output_get_modes()
2981 if (drmmode_output->mode_output) { in drmmode_output_destroy()
[all …]
H A Ddrmmode_display.h258 drmModeConnectorPtr mode_output; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog9163 v2: Don't use mode_output->connector_id
11624 the mode_output member as output_id was != -1. Though, this case should
12746 Outputs may have NULL mode_output (connector) pointers if the
35459 a) check we have a mode_output before destroying it