Searched refs:target_fb (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c380 struct drm_framebuffer *target_fb; local
399 target_fb = fb;
401 target_fb = crtc->primary->fb;
403 switch (target_fb->format->cpp[0] * 8) {
424 obj = target_fb->obj[0];
477 pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
478 crtc_pitch = DIV_ROUND_UP(pitch_pixels * target_fb->format->cpp[0] * 8,
479 target_fb->format->cpp[0] * 8 * 8);
504 int byteshift = target_fb
[all...]
H A Datombios_crtc.c1141 struct drm_framebuffer *target_fb; local
1159 target_fb = fb;
1161 target_fb = crtc->primary->fb;
1166 obj = target_fb->obj[0];
1185 switch (target_fb->format->format) {
1261 &target_fb->format->format);
1277 tileb = 8 * 8 * target_fb->format->cpp[0];
1285 target_fb->format->cpp[0] * 8,
1292 switch (target_fb->format->cpp[0] * 8) {
1412 WREG32(EVERGREEN_GRPH_X_END + radeon_crtc->crtc_offset, target_fb
1464 struct drm_framebuffer *target_fb; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c1902 struct drm_framebuffer *target_fb; local
1920 target_fb = fb;
1922 target_fb = crtc->primary->fb;
1927 obj = target_fb->obj[0];
1947 switch (target_fb->format->format) {
2031 &target_fb->format->format);
2103 WREG32(mmGRPH_X_END + amdgpu_crtc->crtc_offset, target_fb->width);
2104 WREG32(mmGRPH_Y_END + amdgpu_crtc->crtc_offset, target_fb->height);
2106 fb_pitch_pixels = target_fb->pitches[0] / target_fb
[all...]
H A Ddce_v10_0.c1852 struct drm_framebuffer *target_fb; local
1870 target_fb = fb;
1872 target_fb = crtc->primary->fb;
1877 obj = target_fb->obj[0];
1897 switch (target_fb->format->format) {
1981 &target_fb->format->format);
2053 WREG32(mmGRPH_X_END + amdgpu_crtc->crtc_offset, target_fb->width);
2054 WREG32(mmGRPH_Y_END + amdgpu_crtc->crtc_offset, target_fb->height);
2056 fb_pitch_pixels = target_fb->pitches[0] / target_fb
[all...]
H A Ddce_v8_0.c1799 struct drm_framebuffer *target_fb; local
1817 target_fb = fb;
1819 target_fb = crtc->primary->fb;
1824 obj = target_fb->obj[0];
1844 switch (target_fb->format->format) {
1920 &target_fb->format->format);
1980 WREG32(mmGRPH_X_END + amdgpu_crtc->crtc_offset, target_fb->width);
1981 WREG32(mmGRPH_Y_END + amdgpu_crtc->crtc_offset, target_fb->height);
1983 fb_pitch_pixels = target_fb->pitches[0] / target_fb
[all...]
H A Ddce_v6_0.c1833 struct drm_framebuffer *target_fb; local
1850 target_fb = fb;
1852 target_fb = crtc->primary->fb;
1857 obj = target_fb->obj[0];
1875 switch (target_fb->format->format) {
1951 &target_fb->format->format);
2011 WREG32(mmGRPH_X_END + amdgpu_crtc->crtc_offset, target_fb->width);
2012 WREG32(mmGRPH_Y_END + amdgpu_crtc->crtc_offset, target_fb->height);
2014 fb_pitch_pixels = target_fb->pitches[0] / target_fb
[all...]

Completed in 247 milliseconds