Searched refs:radeon_align_pitch (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/radeon/ |
| D | radeon_fbdev.c | 74 mode_cmd->pitches[0] = radeon_align_pitch(rdev, mode_cmd->width, cpp, in radeon_fbdev_create_pinned_object()
|
| D | radeon_gem.c | 823 int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled) in radeon_align_pitch() function 856 args->pitch = radeon_align_pitch(rdev, args->width, in radeon_mode_dumb_create()
|
| D | radeon.h | 533 int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled);
|