commit | b655f2bb77b49a3dc69d13b3daa392ea641bec86 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Mon Dec 02 13:43:09 2013 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Jan 23 13:38:58 2014 +1000 |
tree | d5ce5f5a661d717ac97426f5051a76f9a4b12ea5 | |
parent | ea8b4a380d46795610d17afcdec1067b0ff5f1c3 [diff] |
drm/nve0/fb/gddr5: parse bios data into struct rather than using directly Still essentially a struct of magic values with magic names and unknown purposes. But, we will shortly need to be able to mix and match bits of the previous and next configurations to do a transition reclock, as such, we can no longer directly use the vbios data with any ease. This is probably nicer anyway in the long run, for a few reasons. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>