fb_pitch_pixels  1840 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	uint32_t fb_format, fb_pitch_pixels;
fb_pitch_pixels  2041 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
fb_pitch_pixels  2042 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	WREG32(mmGRPH_PITCH + amdgpu_crtc->crtc_offset, fb_pitch_pixels);
fb_pitch_pixels  1882 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	uint32_t fb_format, fb_pitch_pixels;
fb_pitch_pixels  2083 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
fb_pitch_pixels  2084 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	WREG32(mmGRPH_PITCH + amdgpu_crtc->crtc_offset, fb_pitch_pixels);
fb_pitch_pixels  1798 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	uint32_t fb_format, fb_pitch_pixels, pipe_config;
fb_pitch_pixels  1976 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
fb_pitch_pixels  1977 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	WREG32(mmGRPH_PITCH + amdgpu_crtc->crtc_offset, fb_pitch_pixels);
fb_pitch_pixels  1769 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	uint32_t fb_format, fb_pitch_pixels;
fb_pitch_pixels  1950 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
fb_pitch_pixels  1951 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	WREG32(mmGRPH_PITCH + amdgpu_crtc->crtc_offset, fb_pitch_pixels);
fb_pitch_pixels  1155 drivers/gpu/drm/radeon/atombios_crtc.c 	uint32_t fb_format, fb_pitch_pixels, tiling_flags;
fb_pitch_pixels  1426 drivers/gpu/drm/radeon/atombios_crtc.c 	fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
fb_pitch_pixels  1427 drivers/gpu/drm/radeon/atombios_crtc.c 	WREG32(EVERGREEN_GRPH_PITCH + radeon_crtc->crtc_offset, fb_pitch_pixels);
fb_pitch_pixels  1477 drivers/gpu/drm/radeon/atombios_crtc.c 	uint32_t fb_format, fb_pitch_pixels, tiling_flags;
fb_pitch_pixels  1642 drivers/gpu/drm/radeon/atombios_crtc.c 	fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];
fb_pitch_pixels  1643 drivers/gpu/drm/radeon/atombios_crtc.c 	WREG32(AVIVO_D1GRPH_PITCH + radeon_crtc->crtc_offset, fb_pitch_pixels);