mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
drm/nouveau/bios/rammap: Parse perf mode as if it's a rammap entry
Some of the bits in there are similar to the bits in the gt215 rammap. Signed-off-by: Roy Spliet <rspliet@eclipso.eu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -6,6 +6,11 @@ struct nvbios_ramcfg {
|
||||
unsigned rammap_min;
|
||||
unsigned rammap_max;
|
||||
union {
|
||||
struct {
|
||||
unsigned rammap_00_16_20:1;
|
||||
unsigned rammap_00_16_40:1;
|
||||
unsigned rammap_00_17_02:1;
|
||||
};
|
||||
struct {
|
||||
unsigned rammap_10_04_02:1;
|
||||
unsigned rammap_10_04_08:1;
|
||||
|
||||
Reference in New Issue
Block a user