nvk: Drop nvk_device::pdev

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28105>
This commit is contained in:
Faith Ekstrand
2024-03-11 11:42:11 -05:00
committed by Marge Bot
parent 4b38ba5d70
commit cda4ca53b8
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -168,7 +168,6 @@ nvk_CreateDevice(VkPhysicalDevice physicalDevice,
vk_device_set_drm_fd(&dev->vk, dev->ws_dev->fd);
dev->vk.command_buffer_ops = &nvk_cmd_buffer_ops;
dev->pdev = pdev;
result = nvk_upload_queue_init(dev, &dev->upload);
if (result != VK_SUCCESS)
-1
View File
@@ -32,7 +32,6 @@ nvk_slm_area_get_bo_ref(struct nvk_slm_area *area,
struct nvk_device {
struct vk_device vk;
struct nvk_physical_device *pdev;
struct nouveau_ws_device *ws_dev;