HomeSort by: relevance | last modified time | path
    Searched defs:radeon_crtc (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cursor.c 40 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_lock_cursor
44 cur_lock = RREG32(EVERGREEN_CUR_UPDATE + radeon_crtc->crtc_offset);
49 WREG32(EVERGREEN_CUR_UPDATE + radeon_crtc->crtc_offset, cur_lock);
51 cur_lock = RREG32(AVIVO_D1CUR_UPDATE + radeon_crtc->crtc_offset);
56 WREG32(AVIVO_D1CUR_UPDATE + radeon_crtc->crtc_offset, cur_lock);
58 cur_lock = RREG32(RADEON_CUR_OFFSET + radeon_crtc->crtc_offset);
63 WREG32(RADEON_CUR_OFFSET + radeon_crtc->crtc_offset, cur_lock);
69 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc) local in function:radeon_hide_cursor
97 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_show_cursor
151 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_cursor_move_locked
289 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_crtc_cursor_set2
379 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_cursor_reset
    [all...]
radeon_cursor.c 40 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_lock_cursor
44 cur_lock = RREG32(EVERGREEN_CUR_UPDATE + radeon_crtc->crtc_offset);
49 WREG32(EVERGREEN_CUR_UPDATE + radeon_crtc->crtc_offset, cur_lock);
51 cur_lock = RREG32(AVIVO_D1CUR_UPDATE + radeon_crtc->crtc_offset);
56 WREG32(AVIVO_D1CUR_UPDATE + radeon_crtc->crtc_offset, cur_lock);
58 cur_lock = RREG32(RADEON_CUR_OFFSET + radeon_crtc->crtc_offset);
63 WREG32(RADEON_CUR_OFFSET + radeon_crtc->crtc_offset, cur_lock);
69 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc) local in function:radeon_hide_cursor
97 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_show_cursor
151 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_cursor_move_locked
289 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_crtc_cursor_set2
379 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_cursor_reset
    [all...]
radeon_evergreen_hdmi.c 80 struct radeon_crtc *radeon_crtc = to_radeon_crtc(encoder->crtc); local in function:evergreen_hdmi_update_acr
81 bpc = radeon_crtc->bpc;
233 struct radeon_crtc *crtc, unsigned int clock)
276 struct radeon_crtc *crtc, unsigned int clock)
radeon_kms.c 268 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_info_ioctl
269 *value = radeon_crtc->crtc_id;
radeon_evergreen_hdmi.c 80 struct radeon_crtc *radeon_crtc = to_radeon_crtc(encoder->crtc); local in function:evergreen_hdmi_update_acr
81 bpc = radeon_crtc->bpc;
233 struct radeon_crtc *crtc, unsigned int clock)
276 struct radeon_crtc *crtc, unsigned int clock)
radeon_kms.c 268 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_info_ioctl
269 *value = radeon_crtc->crtc_id;
radeon_audio.c 72 struct radeon_crtc *crtc, unsigned int clock);
74 struct radeon_crtc *crtc, unsigned int clock);
76 struct radeon_crtc *crtc, unsigned int clock);
78 struct radeon_crtc *crtc, unsigned int clock);
80 struct radeon_crtc *crtc, unsigned int clock);
82 struct radeon_crtc *crtc, unsigned int clock);
504 struct radeon_crtc *crtc = to_radeon_crtc(encoder->crtc);
662 struct radeon_crtc *radeon_crtc = to_radeon_crtc(encoder->crtc); local in function:radeon_hdmi_set_color_depth
663 bpc = radeon_crtc->bpc
    [all...]
radeon_dp_mst.c 362 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_dp_mst_prepare_pll
365 struct radeon_encoder *radeon_encoder = to_radeon_encoder(radeon_crtc->encoder);
374 radeon_crtc->bpc = radeon_connector->base.display_info.bpc;
376 radeon_crtc->bpc = 8;
381 radeon_crtc->ss_enabled =
382 radeon_atombios_get_asic_ss_info(rdev, &radeon_crtc->ss,
397 struct radeon_crtc *radeon_crtc; local in function:radeon_mst_encoder_dpms
424 radeon_crtc = to_radeon_crtc(crtc)
    [all...]
radeon_audio.c 72 struct radeon_crtc *crtc, unsigned int clock);
74 struct radeon_crtc *crtc, unsigned int clock);
76 struct radeon_crtc *crtc, unsigned int clock);
78 struct radeon_crtc *crtc, unsigned int clock);
80 struct radeon_crtc *crtc, unsigned int clock);
82 struct radeon_crtc *crtc, unsigned int clock);
504 struct radeon_crtc *crtc = to_radeon_crtc(encoder->crtc);
662 struct radeon_crtc *radeon_crtc = to_radeon_crtc(encoder->crtc); local in function:radeon_hdmi_set_color_depth
663 bpc = radeon_crtc->bpc
    [all...]
radeon_dp_mst.c 362 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_dp_mst_prepare_pll
365 struct radeon_encoder *radeon_encoder = to_radeon_encoder(radeon_crtc->encoder);
374 radeon_crtc->bpc = radeon_connector->base.display_info.bpc;
376 radeon_crtc->bpc = 8;
381 radeon_crtc->ss_enabled =
382 radeon_atombios_get_asic_ss_info(rdev, &radeon_crtc->ss,
397 struct radeon_crtc *radeon_crtc; local in function:radeon_mst_encoder_dpms
424 radeon_crtc = to_radeon_crtc(crtc)
    [all...]
radeon_connectors.c 758 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_connector_set_property
760 radeon_crtc->output_csc = radeon_encoder->output_csc;
radeon_device.c 1761 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_suspend_kms
1765 if (radeon_crtc->cursor_bo) {
1766 struct radeon_bo *robj = gem_to_radeon_bo(radeon_crtc->cursor_bo);
1888 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_resume_kms
1890 if (radeon_crtc->cursor_bo) {
1891 struct radeon_bo *robj = gem_to_radeon_bo(radeon_crtc->cursor_bo);
1899 &radeon_crtc->cursor_addr);
radeon_legacy_crtc.c 47 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_overscan_setup
49 WREG32(RADEON_OVR_CLR + radeon_crtc->crtc_offset, 0);
50 WREG32(RADEON_OVR_WID_LEFT_RIGHT + radeon_crtc->crtc_offset, 0);
51 WREG32(RADEON_OVR_WID_TOP_BOTTOM + radeon_crtc->crtc_offset, 0);
59 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_legacy_rmx_mode_set
71 struct drm_display_mode *native_mode = &radeon_crtc->native_mode;
134 switch (radeon_crtc->rmx_type) {
304 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc) local in function:radeon_crtc_dpms
384 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_crtc_do_set_base
593 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_set_crtc_timing
753 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_set_pll
1056 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_crtc_mode_set
    [all...]
radeon_legacy_tv.c 247 struct radeon_crtc *radeon_crtc; local in function:radeon_legacy_tv_get_std_mode
252 radeon_crtc = to_radeon_crtc(radeon_encoder->base.crtc);
253 if (radeon_crtc->crtc_id == 1)
538 struct radeon_crtc *radeon_crtc; local in function:radeon_legacy_tv_mode_set
555 radeon_crtc = to_radeon_crtc(encoder->crtc);
601 if (radeon_crtc->crtc_id == 1)
604 if (radeon_crtc->rmx_type != RMX_OFF)
radeon_pm.c 1684 struct radeon_crtc *radeon_crtc; local in function:radeon_pm_compute_clocks_old
1696 radeon_crtc = to_radeon_crtc(crtc);
1697 if (radeon_crtc->enabled) {
1698 rdev->pm.active_crtcs |= (1 << radeon_crtc->crtc_id);
1757 struct radeon_crtc *radeon_crtc; local in function:radeon_pm_compute_clocks_dpm
1770 radeon_crtc = to_radeon_crtc(crtc);
1772 rdev->pm.dpm.new_active_crtcs |= (1 << radeon_crtc->crtc_id);
radeon_rs600.c 125 struct radeon_crtc *radeon_crtc = rdev->mode_info.crtcs[crtc_id]; local in function:rs600_page_flip
126 u32 tmp = RREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset);
131 WREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset, tmp);
134 WREG32(AVIVO_D1GRPH_FLIP_CONTROL + radeon_crtc->crtc_offset,
136 WREG32(AVIVO_D1GRPH_SECONDARY_SURFACE_ADDRESS + radeon_crtc->crtc_offset,
138 WREG32(AVIVO_D1GRPH_PRIMARY_SURFACE_ADDRESS + radeon_crtc->crtc_offset,
143 if (RREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset) & AVIVO_D1GRPH_SURFACE_UPDATE_PENDING)
151 WREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset, tmp);
156 struct radeon_crtc *radeon_crtc = rdev->mode_info.crtcs[crtc_id] local in function:rs600_page_flip_pending
325 struct radeon_crtc *radeon_crtc; local in function:rs600_pm_prepare
343 struct radeon_crtc *radeon_crtc; local in function:rs600_pm_finish
    [all...]
radeon_rs780_dpm.c 59 struct radeon_crtc *radeon_crtc; local in function:rs780_get_pm_mode_parameters
69 radeon_crtc = to_radeon_crtc(crtc);
70 pi->crtc_id = radeon_crtc->crtc_id;
radeon_rv770.c 815 struct radeon_crtc *radeon_crtc = rdev->mode_info.crtcs[crtc_id]; local in function:rv770_page_flip
816 u32 tmp = RREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset);
821 WREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset, tmp);
824 WREG32(AVIVO_D1GRPH_FLIP_CONTROL + radeon_crtc->crtc_offset,
826 if (radeon_crtc->crtc_id) {
833 WREG32(D1GRPH_SECONDARY_SURFACE_ADDRESS + radeon_crtc->crtc_offset,
835 WREG32(D1GRPH_PRIMARY_SURFACE_ADDRESS + radeon_crtc->crtc_offset,
840 if (RREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset) & AVIVO_D1GRPH_SURFACE_UPDATE_PENDING)
848 WREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset, tmp)
853 struct radeon_crtc *radeon_crtc = rdev->mode_info.crtcs[crtc_id]; local in function:rv770_page_flip_pending
    [all...]
radeon_connectors.c 758 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_connector_set_property
760 radeon_crtc->output_csc = radeon_encoder->output_csc;
radeon_device.c 1761 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_suspend_kms
1765 if (radeon_crtc->cursor_bo) {
1766 struct radeon_bo *robj = gem_to_radeon_bo(radeon_crtc->cursor_bo);
1888 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_resume_kms
1890 if (radeon_crtc->cursor_bo) {
1891 struct radeon_bo *robj = gem_to_radeon_bo(radeon_crtc->cursor_bo);
1899 &radeon_crtc->cursor_addr);
radeon_legacy_crtc.c 47 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_overscan_setup
49 WREG32(RADEON_OVR_CLR + radeon_crtc->crtc_offset, 0);
50 WREG32(RADEON_OVR_WID_LEFT_RIGHT + radeon_crtc->crtc_offset, 0);
51 WREG32(RADEON_OVR_WID_TOP_BOTTOM + radeon_crtc->crtc_offset, 0);
59 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_legacy_rmx_mode_set
71 struct drm_display_mode *native_mode = &radeon_crtc->native_mode;
134 switch (radeon_crtc->rmx_type) {
304 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc) local in function:radeon_crtc_dpms
384 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_crtc_do_set_base
593 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_set_crtc_timing
753 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_set_pll
1056 struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); local in function:radeon_crtc_mode_set
    [all...]
radeon_legacy_tv.c 247 struct radeon_crtc *radeon_crtc; local in function:radeon_legacy_tv_get_std_mode
252 radeon_crtc = to_radeon_crtc(radeon_encoder->base.crtc);
253 if (radeon_crtc->crtc_id == 1)
538 struct radeon_crtc *radeon_crtc; local in function:radeon_legacy_tv_mode_set
555 radeon_crtc = to_radeon_crtc(encoder->crtc);
601 if (radeon_crtc->crtc_id == 1)
604 if (radeon_crtc->rmx_type != RMX_OFF)
radeon_pm.c 1684 struct radeon_crtc *radeon_crtc; local in function:radeon_pm_compute_clocks_old
1696 radeon_crtc = to_radeon_crtc(crtc);
1697 if (radeon_crtc->enabled) {
1698 rdev->pm.active_crtcs |= (1 << radeon_crtc->crtc_id);
1757 struct radeon_crtc *radeon_crtc; local in function:radeon_pm_compute_clocks_dpm
1770 radeon_crtc = to_radeon_crtc(crtc);
1772 rdev->pm.dpm.new_active_crtcs |= (1 << radeon_crtc->crtc_id);
radeon_rs600.c 125 struct radeon_crtc *radeon_crtc = rdev->mode_info.crtcs[crtc_id]; local in function:rs600_page_flip
126 u32 tmp = RREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset);
131 WREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset, tmp);
134 WREG32(AVIVO_D1GRPH_FLIP_CONTROL + radeon_crtc->crtc_offset,
136 WREG32(AVIVO_D1GRPH_SECONDARY_SURFACE_ADDRESS + radeon_crtc->crtc_offset,
138 WREG32(AVIVO_D1GRPH_PRIMARY_SURFACE_ADDRESS + radeon_crtc->crtc_offset,
143 if (RREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset) & AVIVO_D1GRPH_SURFACE_UPDATE_PENDING)
151 WREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset, tmp);
156 struct radeon_crtc *radeon_crtc = rdev->mode_info.crtcs[crtc_id] local in function:rs600_page_flip_pending
325 struct radeon_crtc *radeon_crtc; local in function:rs600_pm_prepare
343 struct radeon_crtc *radeon_crtc; local in function:rs600_pm_finish
    [all...]
radeon_rs780_dpm.c 59 struct radeon_crtc *radeon_crtc; local in function:rs780_get_pm_mode_parameters
69 radeon_crtc = to_radeon_crtc(crtc);
70 pi->crtc_id = radeon_crtc->crtc_id;

Completed in 103 milliseconds

1 2