Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/radeon/ | |
radeon_legacy_crtc.c | 64 int vsync_wid; local in function:radeon_legacy_rmx_mode_set 106 vsync_wid = mode->crtc_vsync_end - mode->crtc_vsync_start; 107 if (!vsync_wid) 108 vsync_wid = 1; 111 | ((vsync_wid & 0x1f) << 16) 188 vsync_wid = mode->crtc_vsync_end - mode->crtc_vsync_start; 189 if (!vsync_wid) 190 vsync_wid = 1; 193 | ((vsync_wid & 0x1f) << 16) 599 int vsync_wid; local in function:radeon_set_crtc_timing [all...] |
radeon_legacy_crtc.c | 64 int vsync_wid; local in function:radeon_legacy_rmx_mode_set 106 vsync_wid = mode->crtc_vsync_end - mode->crtc_vsync_start; 107 if (!vsync_wid) 108 vsync_wid = 1; 111 | ((vsync_wid & 0x1f) << 16) 188 vsync_wid = mode->crtc_vsync_end - mode->crtc_vsync_start; 189 if (!vsync_wid) 190 vsync_wid = 1; 193 | ((vsync_wid & 0x1f) << 16) 599 int vsync_wid; local in function:radeon_set_crtc_timing [all...] |