mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-04 21:18:05 +02:00
Remove unused memory save areas
These need to be kmalloc'd separately anyway or we may hit kmalloc size limits.
This commit is contained in:
parent
cc745fcc3a
commit
6342e0507b
1 changed files with 0 additions and 4 deletions
|
|
@ -224,10 +224,6 @@ typedef struct drm_i915_private {
|
|||
u8 saveDACMASK;
|
||||
u8 saveDACDATA[256*3]; /* 256 3-byte colors */
|
||||
u8 saveCR[36];
|
||||
u8 savePLANE0[64*1024];
|
||||
u8 savePLANE1[64*1024];
|
||||
u8 savePLANE2[64*1024];
|
||||
u8 savePLANE3[64*1024];
|
||||
} drm_i915_private_t;
|
||||
|
||||
enum intel_chip_family {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue