Searched refs:drm_crtc_helper_mode_valid_fixed (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/include/drm/ |
| D | drm_probe_helper.h | 31 enum drm_mode_status drm_crtc_helper_mode_valid_fixed(struct drm_crtc *crtc,
|
| /Linux-v6.6/drivers/gpu/drm/ |
| D | drm_probe_helper.c | 1088 enum drm_mode_status drm_crtc_helper_mode_valid_fixed(struct drm_crtc *crtc, in drm_crtc_helper_mode_valid_fixed() function 1101 EXPORT_SYMBOL(drm_crtc_helper_mode_valid_fixed);
|
| D | drm_mipi_dbi.c | 304 return drm_crtc_helper_mode_valid_fixed(&pipe->crtc, mode, &dbidev->mode); in mipi_dbi_pipe_mode_valid()
|
| /Linux-v6.6/drivers/gpu/drm/tiny/ |
| D | simpledrm.c | 553 return drm_crtc_helper_mode_valid_fixed(crtc, mode, &sdev->mode); in simpledrm_crtc_helper_mode_valid()
|
| D | repaper.c | 630 return drm_crtc_helper_mode_valid_fixed(crtc, mode, epd->mode); in repaper_pipe_mode_valid()
|
| D | ofdrm.c | 881 return drm_crtc_helper_mode_valid_fixed(crtc, mode, &odev->mode); in ofdrm_crtc_helper_mode_valid()
|