Home
last modified time | relevance | path

Searched refs:target_fb (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v8_0.c1793 struct drm_framebuffer *target_fb; in dce_v8_0_crtc_do_set_base() local
1810 target_fb = crtc->primary->fb; in dce_v8_0_crtc_do_set_base()
1815 obj = target_fb->obj[0]; in dce_v8_0_crtc_do_set_base()
1834 switch (target_fb->format->format) { in dce_v8_0_crtc_do_set_base()
1910 &target_fb->format->format); in dce_v8_0_crtc_do_set_base()
1970 WREG32(mmGRPH_X_END + amdgpu_crtc->crtc_offset, target_fb->width); in dce_v8_0_crtc_do_set_base()
1971 WREG32(mmGRPH_Y_END + amdgpu_crtc->crtc_offset, target_fb->height); in dce_v8_0_crtc_do_set_base()
1973 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in dce_v8_0_crtc_do_set_base()
1979 target_fb->height); in dce_v8_0_crtc_do_set_base()
H A Ddce_v6_0.c1884 struct drm_framebuffer *target_fb; in dce_v6_0_crtc_do_set_base() local
1900 target_fb = crtc->primary->fb; in dce_v6_0_crtc_do_set_base()
1905 obj = target_fb->obj[0]; in dce_v6_0_crtc_do_set_base()
1922 switch (target_fb->format->format) { in dce_v6_0_crtc_do_set_base()
1998 &target_fb->format->format); in dce_v6_0_crtc_do_set_base()
2058 WREG32(mmGRPH_X_END + amdgpu_crtc->crtc_offset, target_fb->width); in dce_v6_0_crtc_do_set_base()
2059 WREG32(mmGRPH_Y_END + amdgpu_crtc->crtc_offset, target_fb->height); in dce_v6_0_crtc_do_set_base()
2061 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in dce_v6_0_crtc_do_set_base()
2067 target_fb->height); in dce_v6_0_crtc_do_set_base()
H A Ddce_v10_0.c1846 struct drm_framebuffer *target_fb; in dce_v10_0_crtc_do_set_base() local
1863 target_fb = crtc->primary->fb; in dce_v10_0_crtc_do_set_base()
1868 obj = target_fb->obj[0]; in dce_v10_0_crtc_do_set_base()
1887 switch (target_fb->format->format) { in dce_v10_0_crtc_do_set_base()
1971 &target_fb->format->format); in dce_v10_0_crtc_do_set_base()
2043 WREG32(mmGRPH_X_END + amdgpu_crtc->crtc_offset, target_fb->width); in dce_v10_0_crtc_do_set_base()
2044 WREG32(mmGRPH_Y_END + amdgpu_crtc->crtc_offset, target_fb->height); in dce_v10_0_crtc_do_set_base()
2046 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in dce_v10_0_crtc_do_set_base()
2052 target_fb->height); in dce_v10_0_crtc_do_set_base()