OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
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
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
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
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
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
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 47 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026