Searched defs:fitting_mode (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_lvds.c46 int fitting_mode; member in struct:intel_lvds_connector
299 intel_connector->panel.fitting_mode);
302 intel_connector->panel.fitting_mode);
482 if (intel_connector->panel.fitting_mode == value) {
486 intel_connector->panel.fitting_mode = (int) value;
981 intel_connector->panel.fitting_mode = DRM_MODE_SCALE_ASPECT;
H A Dintel_panel.c60 int fitting_mode)
75 switch (fitting_mode) {
117 DRM_ERROR("bad panel fit mode: %d\n", fitting_mode);
184 int fitting_mode)
201 switch (fitting_mode) {
293 DRM_ERROR("bad panel fit mode: %d\n", fitting_mode);
58 intel_pch_panel_fitting(struct intel_crtc *intel_crtc, struct intel_crtc_config *pipe_config, int fitting_mode) argument
182 intel_gmch_panel_fitting(struct intel_crtc *intel_crtc, struct intel_crtc_config *pipe_config, int fitting_mode) argument
H A Dintel_drv.h135 int fitting_mode; member in struct:intel_panel
603 int fitting_mode);
606 int fitting_mode);

Completed in 1397 milliseconds