Searched refs:rmx_type (Results 1 – 11 of 11) sorted by relevance
446 radeon_encoder->rmx_type = RMX_OFF; in radeon_fixup_lvds_native_mode()509 if (radeon_encoder->rmx_type == RMX_OFF) { in radeon_lvds_mode_valid()571 enum radeon_rmx_type rmx_type; in radeon_lvds_set_property() local585 case DRM_MODE_SCALE_NONE: rmx_type = RMX_OFF; break; in radeon_lvds_set_property()586 case DRM_MODE_SCALE_CENTER: rmx_type = RMX_CENTER; break; in radeon_lvds_set_property()587 case DRM_MODE_SCALE_ASPECT: rmx_type = RMX_ASPECT; break; in radeon_lvds_set_property()589 case DRM_MODE_SCALE_FULLSCREEN: rmx_type = RMX_FULL; break; in radeon_lvds_set_property()591 if (radeon_encoder->rmx_type == rmx_type) in radeon_lvds_set_property()594 radeon_encoder->rmx_type = rmx_type; in radeon_lvds_set_property()
1414 if (radeon_encoder->rmx_type == RMX_OFF) in radeon_crtc_scaling_mode_fixup()1415 radeon_crtc->rmx_type = RMX_OFF; in radeon_crtc_scaling_mode_fixup()1418 radeon_crtc->rmx_type = radeon_encoder->rmx_type; in radeon_crtc_scaling_mode_fixup()1420 radeon_crtc->rmx_type = RMX_OFF; in radeon_crtc_scaling_mode_fixup()1445 radeon_crtc->rmx_type = RMX_FULL; in radeon_crtc_scaling_mode_fixup()1453 if (radeon_crtc->rmx_type != radeon_encoder->rmx_type) { in radeon_crtc_scaling_mode_fixup()1465 if (radeon_crtc->rmx_type != RMX_OFF) { in radeon_crtc_scaling_mode_fixup()
222 if (radeon_encoder->rmx_type != RMX_OFF) in radeon_legacy_lvds_mode_set()815 if (radeon_encoder->rmx_type != RMX_OFF) in radeon_legacy_tmds_int_mode_set()951 if (radeon_encoder->rmx_type != RMX_OFF) in radeon_legacy_tmds_ext_mode_set()1625 radeon_encoder->rmx_type = RMX_OFF; in radeon_add_legacy_encoder()1636 radeon_encoder->rmx_type = RMX_FULL; in radeon_add_legacy_encoder()
276 enum radeon_rmx_type rmx_type; member379 enum radeon_rmx_type rmx_type; member
125 switch (radeon_crtc->rmx_type) { in radeon_legacy_rmx_mode_set()1020 if (radeon_crtc->rmx_type != RMX_OFF) { in radeon_crtc_mode_set()
2102 radeon_encoder->rmx_type = RMX_OFF; in radeon_add_atom_encoder()2113 radeon_encoder->rmx_type = RMX_FULL; in radeon_add_atom_encoder()2144 radeon_encoder->rmx_type = RMX_FULL; in radeon_add_atom_encoder()
606 if (radeon_crtc->rmx_type != RMX_OFF) in radeon_legacy_tv_mode_set()
49 switch (radeon_crtc->rmx_type) { in atombios_overscan_setup()144 switch (radeon_crtc->rmx_type) { in atombios_scaler_setup()
268 if (crtc->rmx_type != RMX_OFF) { in rs690_crtc_bandwidth_compute()
827 if (crtc->rmx_type != RMX_OFF) { in rv515_crtc_bandwidth_compute()
702 if (radeon_crtc->rmx_type != RMX_OFF) in evergreen_program_watermarks()