Searched refs:rmx_type (Results 1 – 22 of 22) sorted by relevance
593 enum amdgpu_rmx_type rmx_type; in amdgpu_connector_set_property() local604 case DRM_MODE_SCALE_NONE: rmx_type = RMX_OFF; break; in amdgpu_connector_set_property()605 case DRM_MODE_SCALE_CENTER: rmx_type = RMX_CENTER; break; in amdgpu_connector_set_property()606 case DRM_MODE_SCALE_ASPECT: rmx_type = RMX_ASPECT; break; in amdgpu_connector_set_property()607 case DRM_MODE_SCALE_FULLSCREEN: rmx_type = RMX_FULL; break; in amdgpu_connector_set_property()609 if (amdgpu_encoder->rmx_type == rmx_type) in amdgpu_connector_set_property()612 if ((rmx_type != DRM_MODE_SCALE_NONE) && in amdgpu_connector_set_property()616 amdgpu_encoder->rmx_type = rmx_type; in amdgpu_connector_set_property()656 amdgpu_encoder->rmx_type = RMX_OFF; in amdgpu_connector_fixup_lcd_native_mode()717 if (amdgpu_encoder->rmx_type == RMX_OFF) { in amdgpu_connector_lvds_mode_valid()[all …]
683 if (amdgpu_encoder->rmx_type == RMX_OFF) in amdgpu_crtc_scaling_mode_fixup()684 amdgpu_crtc->rmx_type = RMX_OFF; in amdgpu_crtc_scaling_mode_fixup()687 amdgpu_crtc->rmx_type = amdgpu_encoder->rmx_type; in amdgpu_crtc_scaling_mode_fixup()689 amdgpu_crtc->rmx_type = RMX_OFF; in amdgpu_crtc_scaling_mode_fixup()713 amdgpu_crtc->rmx_type = RMX_FULL; in amdgpu_crtc_scaling_mode_fixup()720 if (amdgpu_crtc->rmx_type != RMX_OFF) { in amdgpu_crtc_scaling_mode_fixup()
373 enum amdgpu_rmx_type rmx_type; member431 enum amdgpu_rmx_type rmx_type; member
54 switch (amdgpu_crtc->rmx_type) { in amdgpu_atombios_crtc_overscan_setup()96 switch (amdgpu_crtc->rmx_type) { in amdgpu_atombios_crtc_scaler_setup()
1045 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v8_0_program_watermarks()1084 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v8_0_program_watermarks()3432 amdgpu_encoder->rmx_type = RMX_OFF; in dce_v8_0_encoder_add()3450 amdgpu_encoder->rmx_type = RMX_FULL; in dce_v8_0_encoder_add()
914 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v6_0_program_watermarks()941 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v6_0_program_watermarks()3348 amdgpu_encoder->rmx_type = RMX_OFF; in dce_v6_0_encoder_add()3366 amdgpu_encoder->rmx_type = RMX_FULL; in dce_v6_0_encoder_add()
1132 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v11_0_program_watermarks()1171 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v11_0_program_watermarks()3666 amdgpu_encoder->rmx_type = RMX_OFF; in dce_v11_0_encoder_add()3684 amdgpu_encoder->rmx_type = RMX_FULL; in dce_v11_0_encoder_add()
1108 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v10_0_program_watermarks()1147 if (amdgpu_crtc->rmx_type != RMX_OFF) in dce_v10_0_program_watermarks()3542 amdgpu_encoder->rmx_type = RMX_OFF; in dce_v10_0_encoder_add()3560 amdgpu_encoder->rmx_type = RMX_FULL; in dce_v10_0_encoder_add()
303 else if (amdgpu_encoder->rmx_type != RMX_OFF) in amdgpu_atombios_encoder_mode_fixup()
726 enum radeon_rmx_type rmx_type; in radeon_connector_set_property() local737 case DRM_MODE_SCALE_NONE: rmx_type = RMX_OFF; break; in radeon_connector_set_property()738 case DRM_MODE_SCALE_CENTER: rmx_type = RMX_CENTER; break; in radeon_connector_set_property()739 case DRM_MODE_SCALE_ASPECT: rmx_type = RMX_ASPECT; break; in radeon_connector_set_property()740 case DRM_MODE_SCALE_FULLSCREEN: rmx_type = RMX_FULL; break; in radeon_connector_set_property()742 if (radeon_encoder->rmx_type == rmx_type) in radeon_connector_set_property()745 if ((rmx_type != DRM_MODE_SCALE_NONE) && in radeon_connector_set_property()749 radeon_encoder->rmx_type = rmx_type; in radeon_connector_set_property()815 radeon_encoder->rmx_type = RMX_OFF; in radeon_fixup_lvds_native_mode()876 if (radeon_encoder->rmx_type == RMX_OFF) { in radeon_lvds_mode_valid()[all …]
1729 if (radeon_encoder->rmx_type == RMX_OFF) in radeon_crtc_scaling_mode_fixup()1730 radeon_crtc->rmx_type = RMX_OFF; in radeon_crtc_scaling_mode_fixup()1733 radeon_crtc->rmx_type = radeon_encoder->rmx_type; in radeon_crtc_scaling_mode_fixup()1735 radeon_crtc->rmx_type = RMX_OFF; in radeon_crtc_scaling_mode_fixup()1760 radeon_crtc->rmx_type = RMX_FULL; in radeon_crtc_scaling_mode_fixup()1768 if (radeon_crtc->rmx_type != radeon_encoder->rmx_type) { in radeon_crtc_scaling_mode_fixup()1780 if (radeon_crtc->rmx_type != RMX_OFF) { in radeon_crtc_scaling_mode_fixup()
223 if (radeon_encoder->rmx_type != RMX_OFF) in radeon_legacy_lvds_mode_set()851 if (radeon_encoder->rmx_type != RMX_OFF) in radeon_legacy_tmds_int_mode_set()987 if (radeon_encoder->rmx_type != RMX_OFF) in radeon_legacy_tmds_ext_mode_set()1771 radeon_encoder->rmx_type = RMX_OFF; in radeon_add_legacy_encoder()1783 radeon_encoder->rmx_type = RMX_FULL; in radeon_add_legacy_encoder()
126 switch (radeon_crtc->rmx_type) { in radeon_legacy_rmx_mode_set()1053 if (radeon_crtc->rmx_type != RMX_OFF) { in radeon_crtc_mode_set()
347 enum radeon_rmx_type rmx_type; member471 enum radeon_rmx_type rmx_type; member
333 } else if (radeon_encoder->rmx_type != RMX_OFF) { in radeon_atom_mode_fixup()2767 radeon_encoder->rmx_type = RMX_OFF; in radeon_add_atom_encoder()2778 radeon_encoder->rmx_type = RMX_FULL; in radeon_add_atom_encoder()2812 radeon_encoder->rmx_type = RMX_FULL; in radeon_add_atom_encoder()
607 if (radeon_crtc->rmx_type != RMX_OFF) in radeon_legacy_tv_mode_set()
50 switch (radeon_crtc->rmx_type) { in atombios_overscan_setup()139 switch (radeon_crtc->rmx_type) { in atombios_scaler_setup()
329 if (crtc->rmx_type != RMX_OFF) { in rs690_crtc_bandwidth_compute()
1006 if (crtc->rmx_type != RMX_OFF) { in rv515_crtc_bandwidth_compute()
2195 if (radeon_crtc->rmx_type != RMX_OFF) in evergreen_program_watermarks()2222 if (radeon_crtc->rmx_type != RMX_OFF) in evergreen_program_watermarks()
2344 if (radeon_crtc->rmx_type != RMX_OFF) in dce6_program_watermarks()2371 if (radeon_crtc->rmx_type != RMX_OFF) in dce6_program_watermarks()
9271 if (radeon_crtc->rmx_type != RMX_OFF) in dce8_program_watermarks()9311 if (radeon_crtc->rmx_type != RMX_OFF) in dce8_program_watermarks()