HomeSort by: relevance | last modified time | path
    Searched defs:target_fb (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_crtc.c 385 struct drm_framebuffer *target_fb; local in function:radeon_crtc_do_set_base
404 target_fb = fb;
406 target_fb = crtc->primary->fb;
408 switch (target_fb->format->cpp[0] * 8) {
429 obj = target_fb->obj[0];
493 pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
494 crtc_pitch = DIV_ROUND_UP(pitch_pixels * target_fb->format->cpp[0] * 8,
495 target_fb->format->cpp[0] * 8 * 8);
520 int byteshift = target_fb->format->cpp[0] * 8 >> 4
    [all...]
radeon_atombios_crtc.c 1156 struct drm_framebuffer *target_fb; local in function:dce4_crtc_do_set_base
1175 target_fb = fb;
1177 target_fb = crtc->primary->fb;
1182 obj = target_fb->obj[0];
1202 switch (target_fb->format->format) {
1278 drm_get_format_name(target_fb->format->format, &format_name));
1294 tileb = 8 * 8 * target_fb->format->cpp[0];
1302 target_fb->format->cpp[0] * 8,
1309 switch (target_fb->format->cpp[0] * 8) {
1429 WREG32(EVERGREEN_GRPH_X_END + radeon_crtc->crtc_offset, target_fb->width)
1481 struct drm_framebuffer *target_fb; local in function:avivo_crtc_do_set_base
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v10_0.c 1859 struct drm_framebuffer *target_fb; local in function:dce_v10_0_crtc_do_set_base
1878 target_fb = fb;
1880 target_fb = crtc->primary->fb;
1885 obj = target_fb->obj[0];
1905 switch (target_fb->format->format) {
1989 drm_get_format_name(target_fb->format->format, &format_name));
2061 WREG32(mmGRPH_X_END + amdgpu_crtc->crtc_offset, target_fb->width);
2062 WREG32(mmGRPH_Y_END + amdgpu_crtc->crtc_offset, target_fb->height);
2064 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]
    [all...]
amdgpu_dce_v11_0.c 1901 struct drm_framebuffer *target_fb; local in function:dce_v11_0_crtc_do_set_base
1920 target_fb = fb;
1922 target_fb = crtc->primary->fb;
1927 obj = target_fb->obj[0];
1947 switch (target_fb->format->format) {
2031 drm_get_format_name(target_fb->format->format, &format_name));
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->format->cpp[0]
    [all...]
amdgpu_dce_v6_0.c 1819 struct drm_framebuffer *target_fb; local in function:dce_v6_0_crtc_do_set_base
1837 target_fb = fb;
1839 target_fb = crtc->primary->fb;
1844 obj = target_fb->obj[0];
1862 switch (target_fb->format->format) {
1938 drm_get_format_name(target_fb->format->format, &format_name));
1998 WREG32(mmGRPH_X_END + amdgpu_crtc->crtc_offset, target_fb->width);
1999 WREG32(mmGRPH_Y_END + amdgpu_crtc->crtc_offset, target_fb->height);
2001 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]
    [all...]
amdgpu_dce_v8_0.c 1788 struct drm_framebuffer *target_fb; local in function:dce_v8_0_crtc_do_set_base
1807 target_fb = fb;
1809 target_fb = crtc->primary->fb;
1814 obj = target_fb->obj[0];
1834 switch (target_fb->format->format) {
1910 drm_get_format_name(target_fb->format->format, &format_name));
1970 WREG32(mmGRPH_X_END + amdgpu_crtc->crtc_offset, target_fb->width);
1971 WREG32(mmGRPH_Y_END + amdgpu_crtc->crtc_offset, target_fb->height);
1973 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]
    [all...]

Completed in 21 milliseconds