Lines Matching defs:display
65 * drm_mode_create - create a new display mode
524 * drm_analog_tv_mode - create a display mode for an analog TV
617 * The display mode object is allocated with drm_mode_create(). Returns NULL
842 * The display mode object is allocated with drm_mode_create(). Returns NULL
1047 * The display mode object is allocated with drm_mode_create(). Returns NULL
1066 * Fills out @dmode using the display mode specified in @vm.
1107 * Fills out @vm using the display mode specified in @dmode.
1179 * @index: index into the list of display timings in devicetree
1203 pr_debug("%pOF: got %dx%d display mode\n",
1218 * are read and set on the display mode.
1797 * This helper function can be used to prune a display mode list after
2530 * drm_mode_create_from_cmdline_mode - convert a command line modeline into a DRM display mode
2704 * @display: display under action
2711 bool drm_mode_is_420_only(const struct drm_display_info *display,
2716 return test_bit(vic, display->hdmi.y420_vdb_modes);
2724 * @display: display under action.
2731 bool drm_mode_is_420_also(const struct drm_display_info *display,
2736 return test_bit(vic, display->hdmi.y420_cmdb_modes);
2743 * @display: display under action.
2750 bool drm_mode_is_420(const struct drm_display_info *display,
2753 return drm_mode_is_420_only(display, mode) ||
2754 drm_mode_is_420_also(display, mode);