Searched refs:amdgpu_align_pitch (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_fb.c | 83 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int cpp, bool tiled) in amdgpu_align_pitch() function 143 mode_cmd->pitches[0] = amdgpu_align_pitch(adev, mode_cmd->width, cpp, in amdgpufb_create_pinned_object()
|
| D | amdgpu_mode.h | 622 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int bpp, bool tiled);
|
| D | amdgpu_gem.c | 765 args->pitch = amdgpu_align_pitch(adev, args->width, in amdgpu_mode_dumb_create()
|