Searched refs:rmx_type (Results 1 – 21 of 21) sorted by relevance
600 enum amdgpu_rmx_type rmx_type; in amdgpu_connector_set_property() local611 case DRM_MODE_SCALE_NONE: rmx_type = RMX_OFF; break; in amdgpu_connector_set_property()612 case DRM_MODE_SCALE_CENTER: rmx_type = RMX_CENTER; break; in amdgpu_connector_set_property()613 case DRM_MODE_SCALE_ASPECT: rmx_type = RMX_ASPECT; break; in amdgpu_connector_set_property()614 case DRM_MODE_SCALE_FULLSCREEN: rmx_type = RMX_FULL; break; in amdgpu_connector_set_property()616 if (amdgpu_encoder->rmx_type == rmx_type) in amdgpu_connector_set_property()619 if ((rmx_type != DRM_MODE_SCALE_NONE) && in amdgpu_connector_set_property()623 amdgpu_encoder->rmx_type = rmx_type; in amdgpu_connector_set_property()663 amdgpu_encoder->rmx_type = RMX_OFF; in amdgpu_connector_fixup_lcd_native_mode()724 if (amdgpu_encoder->rmx_type == RMX_OFF) { in amdgpu_connector_lvds_mode_valid()[all …]
705 if (amdgpu_encoder->rmx_type == RMX_OFF) in amdgpu_crtc_scaling_mode_fixup()706 amdgpu_crtc->rmx_type = RMX_OFF; in amdgpu_crtc_scaling_mode_fixup()709 amdgpu_crtc->rmx_type = amdgpu_encoder->rmx_type; in amdgpu_crtc_scaling_mode_fixup()711 amdgpu_crtc->rmx_type = RMX_OFF; in amdgpu_crtc_scaling_mode_fixup()735 amdgpu_crtc->rmx_type = RMX_FULL; in amdgpu_crtc_scaling_mode_fixup()742 if (amdgpu_crtc->rmx_type != RMX_OFF) { in amdgpu_crtc_scaling_mode_fixup()
384 enum amdgpu_rmx_type rmx_type; member440 enum amdgpu_rmx_type rmx_type; member
53 switch (amdgpu_crtc->rmx_type) { in amdgpu_atombios_crtc_overscan_setup()95 switch (amdgpu_crtc->rmx_type) { in amdgpu_atombios_crtc_scaler_setup()
1222 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v8_0_program_watermarks()1261 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v8_0_program_watermarks()3653 amdgpu_encoder->rmx_type = RMX_OFF; in dce_v8_0_encoder_add()3671 amdgpu_encoder->rmx_type = RMX_FULL; in dce_v8_0_encoder_add()
1267 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v11_0_program_watermarks()1306 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v11_0_program_watermarks()3716 amdgpu_encoder->rmx_type = RMX_OFF; in dce_v11_0_encoder_add()3734 amdgpu_encoder->rmx_type = RMX_FULL; in dce_v11_0_encoder_add()
1279 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v10_0_program_watermarks()1318 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v10_0_program_watermarks()3723 amdgpu_encoder->rmx_type = RMX_OFF; in dce_v10_0_encoder_add()3741 amdgpu_encoder->rmx_type = RMX_FULL; in dce_v10_0_encoder_add()
308 else if (amdgpu_encoder->rmx_type != RMX_OFF) in amdgpu_atombios_encoder_mode_fixup()
727 enum radeon_rmx_type rmx_type; in radeon_connector_set_property() local738 case DRM_MODE_SCALE_NONE: rmx_type = RMX_OFF; break; in radeon_connector_set_property()739 case DRM_MODE_SCALE_CENTER: rmx_type = RMX_CENTER; break; in radeon_connector_set_property()740 case DRM_MODE_SCALE_ASPECT: rmx_type = RMX_ASPECT; break; in radeon_connector_set_property()741 case DRM_MODE_SCALE_FULLSCREEN: rmx_type = RMX_FULL; break; in radeon_connector_set_property()743 if (radeon_encoder->rmx_type == rmx_type) in radeon_connector_set_property()746 if ((rmx_type != DRM_MODE_SCALE_NONE) && in radeon_connector_set_property()750 radeon_encoder->rmx_type = rmx_type; in radeon_connector_set_property()813 radeon_encoder->rmx_type = RMX_OFF; in radeon_fixup_lvds_native_mode()874 if (radeon_encoder->rmx_type == RMX_OFF) { in radeon_lvds_mode_valid()[all …]
1750 if (radeon_encoder->rmx_type == RMX_OFF) in radeon_crtc_scaling_mode_fixup()1751 radeon_crtc->rmx_type = RMX_OFF; in radeon_crtc_scaling_mode_fixup()1754 radeon_crtc->rmx_type = radeon_encoder->rmx_type; in radeon_crtc_scaling_mode_fixup()1756 radeon_crtc->rmx_type = RMX_OFF; in radeon_crtc_scaling_mode_fixup()1781 radeon_crtc->rmx_type = RMX_FULL; in radeon_crtc_scaling_mode_fixup()1789 if (radeon_crtc->rmx_type != radeon_encoder->rmx_type) { in radeon_crtc_scaling_mode_fixup()1801 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()850 if (radeon_encoder->rmx_type != RMX_OFF) in radeon_legacy_tmds_int_mode_set()986 if (radeon_encoder->rmx_type != RMX_OFF) in radeon_legacy_tmds_ext_mode_set()1770 radeon_encoder->rmx_type = RMX_OFF; in radeon_add_legacy_encoder()1781 radeon_encoder->rmx_type = RMX_FULL; in radeon_add_legacy_encoder()
125 switch (radeon_crtc->rmx_type) { in radeon_legacy_rmx_mode_set()1050 if (radeon_crtc->rmx_type != RMX_OFF) { in radeon_crtc_mode_set()
345 enum radeon_rmx_type rmx_type; member469 enum radeon_rmx_type rmx_type; member
330 } else if (radeon_encoder->rmx_type != RMX_OFF) { in radeon_atom_mode_fixup()2764 radeon_encoder->rmx_type = RMX_OFF; in radeon_add_atom_encoder()2775 radeon_encoder->rmx_type = RMX_FULL; in radeon_add_atom_encoder()2805 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()
330 if (crtc->rmx_type != RMX_OFF) { in rs690_crtc_bandwidth_compute()
49 switch (radeon_crtc->rmx_type) { in atombios_overscan_setup()138 switch (radeon_crtc->rmx_type) { in atombios_scaler_setup()
1009 if (crtc->rmx_type != RMX_OFF) { in rv515_crtc_bandwidth_compute()
2296 if (radeon_crtc->rmx_type != RMX_OFF) in evergreen_program_watermarks()2323 if (radeon_crtc->rmx_type != RMX_OFF) in evergreen_program_watermarks()
2298 if (radeon_crtc->rmx_type != RMX_OFF) in dce6_program_watermarks()2325 if (radeon_crtc->rmx_type != RMX_OFF) in dce6_program_watermarks()
9571 if (radeon_crtc->rmx_type != RMX_OFF) in dce8_program_watermarks()9611 if (radeon_crtc->rmx_type != RMX_OFF) in dce8_program_watermarks()