Searched refs:radeon_align_pitch (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_fb.c100 int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled) function
157 mode_cmd->pitches[0] = radeon_align_pitch(rdev, mode_cmd->width, cpp,
H A Dradeon_gem.c780 args->pitch = radeon_align_pitch(rdev, args->width,
H A Dradeon_mode.h990 int radeon_align_pitch(struct radeon_device *rdev, int width, int bpp, bool tiled);

Completed in 97 milliseconds