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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_crtc.c 1160 uint32_t fb_format, fb_pitch_pixels, tiling_flags; local in function:dce4_crtc_do_set_base
1432 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
1433 WREG32(EVERGREEN_GRPH_PITCH + radeon_crtc->crtc_offset, fb_pitch_pixels);
1483 uint32_t fb_format, fb_pitch_pixels, tiling_flags; local in function:avivo_crtc_do_set_base
1650 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
1651 WREG32(AVIVO_D1GRPH_PITCH + radeon_crtc->crtc_offset, fb_pitch_pixels);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v10_0.c 1863 uint32_t fb_format, fb_pitch_pixels; local in function:dce_v10_0_crtc_do_set_base
2064 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
2065 WREG32(mmGRPH_PITCH + amdgpu_crtc->crtc_offset, fb_pitch_pixels);
amdgpu_dce_v11_0.c 1905 uint32_t fb_format, fb_pitch_pixels; local in function:dce_v11_0_crtc_do_set_base
2106 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
2107 WREG32(mmGRPH_PITCH + amdgpu_crtc->crtc_offset, fb_pitch_pixels);
amdgpu_dce_v6_0.c 1823 uint32_t fb_format, fb_pitch_pixels, pipe_config; local in function:dce_v6_0_crtc_do_set_base
2001 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
2002 WREG32(mmGRPH_PITCH + amdgpu_crtc->crtc_offset, fb_pitch_pixels);
amdgpu_dce_v8_0.c 1792 uint32_t fb_format, fb_pitch_pixels; local in function:dce_v8_0_crtc_do_set_base
1973 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
1974 WREG32(mmGRPH_PITCH + amdgpu_crtc->crtc_offset, fb_pitch_pixels);

Completed in 42 milliseconds