aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev/bios/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-02drm/nouveau/bios: split out shadow methodsBen Skeggs1-354/+15
2014-06-10drm/nouveau/bios: fix a potential NULL deref in the PROM shadowing functionMartin Peres1-4/+5
2014-05-07Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie1-4/+6
2014-05-02drm/nouveau/bios: fix shadowing from PROM on big-endian systemsBen Skeggs1-4/+6
2014-04-18drm/nouveau/bios: fix a bit shift error introduced by 457e77bSergei Antonov1-1/+1
2014-03-26drm/nouveau/bios: fetch the vbios from PROM using only aligned 32-bit accessesMartin Peres1-14/+19
2014-03-26drm/nouveau/bios: add more checks to PRAMIN image fetchingBen Skeggs1-1/+11
2014-03-26drm/gm100/bios: hw disable register has movedBen Skeggs1-3/+9
2014-02-18drm/nv4c/bios: disallow retrieving from prom on nv4x igp'sIlia Mirkin1-0/+4
2013-07-01drm/nvd0-/disp: handle case where display engine is missing/disabledMaarten Lankhorst1-1/+5
2013-04-01nouveau: Attempt to use platform-provided ROM imageMatthew Garrett1-0/+17
2013-02-20nouveau: ACPI support depends on X86 and X86_PLATFORM_DEVICESBen Hutchings1-1/+1
2012-12-23drm/nouveau/bios: parse/display extra version componentBen Skeggs1-2/+3
2012-11-29drm/nouveau: pass address to object accessor functions as u64Ben Skeggs1-6/+6
2012-11-29drm/nouveau: remove unused variable from nouveau_bios_shadow_ofMarcin Slusarz1-1/+1
2012-11-29drm/nouveau/bios: attempt to fetch entire acpi rom image in one shotBen Skeggs1-5/+13
2012-10-22drm/nouveau/bios: fetch full 4KiB block to determine ACPI ROM image sizeBen Skeggs1-3/+7
2012-10-22drm/nouveau: validate vbios sizeMarcin Slusarz1-3/+13
2012-10-22drm/nouveau/bios: improve error handling when reading the vbios from ACPIMartin Peres1-1/+3
2012-10-09drm/nouveau/bios: fix shadowing of ACPI ROMs larger than 64KiBBen Skeggs1-11/+10
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs1-1/+29
2012-10-03drm/nouveau/bios: pull in basic vbios subdev, more to come laterBen Skeggs1-0/+451