Searched refs:fb_pitch_pixels (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Datombios_crtc.c1145 uint32_t fb_format, fb_pitch_pixels, tiling_flags; local
1415 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
1416 WREG32(EVERGREEN_GRPH_PITCH + radeon_crtc->crtc_offset, fb_pitch_pixels);
1466 uint32_t fb_format, fb_pitch_pixels, tiling_flags; local
1630 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
1631 WREG32(AVIVO_D1GRPH_PITCH + radeon_crtc->crtc_offset, fb_pitch_pixels);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c1906 uint32_t fb_format, fb_pitch_pixels; local
2106 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
2107 WREG32(mmGRPH_PITCH + amdgpu_crtc->crtc_offset, fb_pitch_pixels);
H A Ddce_v10_0.c1856 uint32_t fb_format, fb_pitch_pixels; local
2056 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
2057 WREG32(mmGRPH_PITCH + amdgpu_crtc->crtc_offset, fb_pitch_pixels);
H A Ddce_v8_0.c1803 uint32_t fb_format, fb_pitch_pixels; local
1983 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
1984 WREG32(mmGRPH_PITCH + amdgpu_crtc->crtc_offset, fb_pitch_pixels);
H A Ddce_v6_0.c1837 uint32_t fb_format, fb_pitch_pixels, pipe_config; local
2014 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
2015 WREG32(mmGRPH_PITCH + amdgpu_crtc->crtc_offset, fb_pitch_pixels);

Completed in 151 milliseconds