HomeSort by: relevance | last modified time | path
    Searched refs:amdgpu_align_pitch (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_fb.c 98 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int cpp, bool tiled) function in typeref:typename:int
158 mode_cmd->pitches[0] = amdgpu_align_pitch(adev, mode_cmd->width, cpp,
amdgpu_mode.h 624 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int bpp, bool tiled);
amdgpu_gem.c 808 args->pitch = amdgpu_align_pitch(adev, args->width,

Completed in 34 milliseconds