Home
last modified time | relevance | path

Searched refs:sun8i_mixer_drm_format_to_hw (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/sun4i/
Dsun8i_mixer.h203 int sun8i_mixer_drm_format_to_hw(u32 format, u32 *hw_format);
Dsun8i_ui_layer.c205 ret = sun8i_mixer_drm_format_to_hw(fmt->format, &hw_fmt); in sun8i_ui_layer_update_formats()
Dsun8i_mixer.c238 int sun8i_mixer_drm_format_to_hw(u32 format, u32 *hw_format) in sun8i_mixer_drm_format_to_hw() function
Dsun8i_vi_layer.c271 ret = sun8i_mixer_drm_format_to_hw(fmt->format, &hw_fmt); in sun8i_vi_layer_update_formats()