Searched refs:disp_hw_debug (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_encoders.c | 1162 uint32_t disp_hw_debug = 0, fp2_gen_cntl = 0, disp_tv_out_cntl = 0; in radeon_legacy_tv_dac_mode_set() local 1217 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); in radeon_legacy_tv_dac_mode_set() 1244 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set() 1254 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set() 1270 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set() 1280 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set() 1289 WREG32(RADEON_DISP_HW_DEBUG, disp_hw_debug); in radeon_legacy_tv_dac_mode_set() 1538 uint32_t disp_output_cntl = 0, disp_hw_debug = 0, crtc_ext_cntl = 0; in radeon_legacy_tv_dac_detect() local 1592 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); in radeon_legacy_tv_dac_detect() 1619 tmp = disp_hw_debug in radeon_legacy_tv_dac_detect() [all...] |
H A D | r100.c | 2658 u32 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); in r100_set_common_regs() local 2669 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in r100_set_common_regs() 2685 WREG32(RADEON_DISP_HW_DEBUG, disp_hw_debug); in r100_set_common_regs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_encoders.c | 1155 uint32_t disp_hw_debug = 0, fp2_gen_cntl = 0, disp_tv_out_cntl = 0; in radeon_legacy_tv_dac_mode_set() local 1210 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); in radeon_legacy_tv_dac_mode_set() 1237 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set() 1247 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set() 1263 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set() 1273 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set() 1282 WREG32(RADEON_DISP_HW_DEBUG, disp_hw_debug); in radeon_legacy_tv_dac_mode_set() 1531 uint32_t disp_output_cntl = 0, disp_hw_debug = 0, crtc_ext_cntl = 0; in radeon_legacy_tv_dac_detect() local 1585 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); in radeon_legacy_tv_dac_detect() 1612 tmp = disp_hw_debug in radeon_legacy_tv_dac_detect() [all...] |
H A D | r100.c | 2665 u32 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); in r100_set_common_regs() local 2676 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in r100_set_common_regs() 2692 WREG32(RADEON_DISP_HW_DEBUG, disp_hw_debug); in r100_set_common_regs()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | radeonfb.h | 202 u32 disp_hw_debug; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | radeonfb.h | 202 u32 disp_hw_debug; member
|
Completed in 15 milliseconds