HomeSort by: relevance | last modified time | path
    Searched defs:disp_hw_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_encoders.c 1167 uint32_t disp_hw_debug = 0, fp2_gen_cntl = 0, disp_tv_out_cntl = 0; local in function:radeon_legacy_tv_dac_mode_set
1222 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG);
1249 disp_hw_debug |= RADEON_CRT2_DISP1_SEL;
1259 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL;
1275 disp_hw_debug |= RADEON_CRT2_DISP1_SEL;
1285 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL;
1294 WREG32(RADEON_DISP_HW_DEBUG, disp_hw_debug);
1543 uint32_t disp_output_cntl = 0, disp_hw_debug = 0, crtc_ext_cntl = 0; local in function:radeon_legacy_tv_dac_detect
1597 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG);
1624 tmp = disp_hw_debug & ~RADEON_CRT2_DISP1_SEL
    [all...]
radeon_r100.c 2677 u32 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); local in function:r100_set_common_regs
2688 disp_hw_debug |= RADEON_CRT2_DISP1_SEL;
2704 WREG32(RADEON_DISP_HW_DEBUG, disp_hw_debug);

Completed in 15 milliseconds