mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 03:55:20 +07:00
drm/nouveau/kms: Remove unused fields from struct nouveau_framebuffer
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
bbd540c072
commit
e27ad35e69
@ -12,11 +12,6 @@ struct nouveau_framebuffer {
|
||||
struct drm_framebuffer base;
|
||||
struct nouveau_bo *nvbo;
|
||||
struct nouveau_vma *vma;
|
||||
u32 r_handle;
|
||||
u32 r_format;
|
||||
u32 r_pitch;
|
||||
struct nvif_object h_base[4];
|
||||
struct nvif_object h_core;
|
||||
};
|
||||
|
||||
static inline struct nouveau_framebuffer *
|
||||
|
Loading…
Reference in New Issue
Block a user