aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorMaaz Mombasawala <maaz.mombasawala@broadcom.com>2024-05-01 17:40:33 -0700
committerZack Rusin <zack.rusin@broadcom.com>2024-10-11 14:31:27 -0400
commit1b1d5fe66ca591d34c5501aab8f5f09f347e8a3e (patch)
tree8ea22ca848c720e21e8d092eef615657ba1577ed /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parent65b5353193e5a8476814a184e8e1a2627d59f2b5 (diff)
downloadlinux-1b1d5fe66ca591d34c5501aab8f5f09f347e8a3e.tar.gz
linux-1b1d5fe66ca591d34c5501aab8f5f09f347e8a3e.tar.bz2
linux-1b1d5fe66ca591d34c5501aab8f5f09f347e8a3e.zip
drm/vmwgfx: Stop using dev_private to store driver data.
Currently vmwgfx uses the dev_private opaque pointer in drm_device to store driver data in vmw_private struct. Using dev_private is deprecated, and the recommendation is to embed struct drm_device in the larger per-device structure. The vmwgfx driver already embeds struct drm_device in its struct vmw_private, so switch to using that exclusively and stop using dev_private. Signed-off-by: Maaz Mombasawala <maaz.mombasawala@broadcom.com> Reviewed-by: Zack Rusin <zack.rusin@broadcom.com> Signed-off-by: Zack Rusin <zack.rusin@broadcom.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240502004033.107533-1-maaz.mombasawala@broadcom.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions