Searched refs:radeon_align_pitch (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/drm2/radeon/ |
| D | radeon_fb.c | 68 int radeon_align_pitch(struct radeon_device *rdev, int width, int bpp, bool tiled) in radeon_align_pitch() function 123 mode_cmd->pitches[0] = radeon_align_pitch(rdev, mode_cmd->width, bpp, in radeonfb_create_pinned_object()
|
| D | radeon_gem.c | 562 args->pitch = radeon_align_pitch(rdev, args->width, args->bpp, 0) * ((args->bpp + 1) / 8); in radeon_mode_dumb_create()
|
| D | radeon_mode.h | 737 int radeon_align_pitch(struct radeon_device *rdev, int width, int bpp, bool tiled);
|