Home
last modified time | relevance | path

Searched refs:supported_fmts (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_crtc.c249 unsigned int supported_fmts = 0; in atmel_hlcdc_connector_output_mode() local
274 supported_fmts |= ATMEL_HLCDC_RGB444_OUTPUT; in atmel_hlcdc_connector_output_mode()
277 supported_fmts |= ATMEL_HLCDC_RGB565_OUTPUT; in atmel_hlcdc_connector_output_mode()
280 supported_fmts |= ATMEL_HLCDC_RGB666_OUTPUT; in atmel_hlcdc_connector_output_mode()
283 supported_fmts |= ATMEL_HLCDC_RGB888_OUTPUT; in atmel_hlcdc_connector_output_mode()
290 return supported_fmts; in atmel_hlcdc_connector_output_mode()
305 unsigned int supported_fmts = 0; in atmel_hlcdc_crtc_select_output_mode() local
310 supported_fmts = atmel_hlcdc_connector_output_mode(cstate); in atmel_hlcdc_crtc_select_output_mode()
313 output_fmts &= supported_fmts; in atmel_hlcdc_crtc_select_output_mode()
315 output_fmts |= supported_fmts; in atmel_hlcdc_crtc_select_output_mode()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_crtc.c274 unsigned int supported_fmts = 0; in atmel_hlcdc_connector_output_mode() local
299 supported_fmts |= ATMEL_HLCDC_RGB444_OUTPUT; in atmel_hlcdc_connector_output_mode()
302 supported_fmts |= ATMEL_HLCDC_RGB565_OUTPUT; in atmel_hlcdc_connector_output_mode()
305 supported_fmts |= ATMEL_HLCDC_RGB666_OUTPUT; in atmel_hlcdc_connector_output_mode()
308 supported_fmts |= ATMEL_HLCDC_RGB888_OUTPUT; in atmel_hlcdc_connector_output_mode()
315 return supported_fmts; in atmel_hlcdc_connector_output_mode()
330 unsigned int supported_fmts = 0; in atmel_hlcdc_crtc_select_output_mode() local
335 supported_fmts = atmel_hlcdc_connector_output_mode(cstate); in atmel_hlcdc_crtc_select_output_mode()
338 output_fmts &= supported_fmts; in atmel_hlcdc_crtc_select_output_mode()
340 output_fmts |= supported_fmts; in atmel_hlcdc_crtc_select_output_mode()
[all...]

Completed in 2 milliseconds