aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_bios.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-12drm/nouveau/nouveau: bios pointers may be unaligned, use proper accessorsGravatar Ilia Mirkin 1-4/+2
2013-04-26drm/nv04/disp: hide all the cruft away in its own little holeGravatar Ben Skeggs 1-2/+0
2013-02-20drm/nouveau: remove some more unnecessary legacy bios codeGravatar Ben Skeggs 1-11/+1
2012-11-29drm/nouveau/dp: remove last bits of VBIOS parsing from DRM codeGravatar Ben Skeggs 1-1/+0
2012-11-29drm/nouveau: remove (now obsolete) BIT U table parsing from DRM codeGravatar Ben Skeggs 1-8/+0
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerGravatar Ben Skeggs 1-4/+21
2012-10-03drm/nouveau/mxm: split up into bios code and a subdev moduleGravatar Ben Skeggs 1-20/+1
2012-10-03drm/nouveau: implement devinit subdev, and new init table parserGravatar Ben Skeggs 1-56/+8
2012-10-03drm/nouveau/clock: pull in the implementation from all over the placeGravatar Ben Skeggs 1-52/+0
2012-10-03drm/nouveau/i2c: port to subdev interfacesGravatar Ben Skeggs 1-1/+0
2012-10-03drm/nouveau/gpio: port gpio to subdev interfacesGravatar Ben Skeggs 1-12/+3
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationGravatar Ben Skeggs 1-1/+1
2012-03-22drm/nouveau: add bios connector type for dms59Gravatar Ben Skeggs 1-0/+2
2012-03-13drm/nouveau/bios: rework vbios shadowingGravatar Ben Skeggs 1-2/+2
2012-03-13drm/nouveau: recognise DCB connector type for DP+DVI+VGA DMS-59Gravatar Ben Skeggs 1-0/+2
2012-02-01drm/nouveau/disp: check that panel power gpio is enabled at init timeGravatar Ben Skeggs 1-2/+3
2011-12-21drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issuesGravatar Ben Skeggs 1-17/+0
2011-12-21drm/nouveau/mxm: initial implementation of dcb sanitisationGravatar Ben Skeggs 1-1/+1
2011-12-21drm/nouveau/disp: parse connector info directly in nouveau_connector.cGravatar Ben Skeggs 1-16/+3
2011-12-21drm/nouveau/i2c: do parsing of i2c-related vbios info in nouveau_i2c.cGravatar Ben Skeggs 1-11/+0
2011-12-21drm/nouveau/bios: start refactoring dcb routinesGravatar Ben Skeggs 1-0/+6
2011-12-21drm/nouveau/bios: pass drm_device to ROMPTR, rather than nvbiosGravatar Ben Skeggs 1-3/+8
2011-12-21drm/nv50/pm: s/PLL_UNK05/PLL_VDEC/Gravatar Martin Peres 1-1/+1
2011-12-21drm/nouveau/gpio: remove invert flag, use state[] everywhereGravatar Ben Skeggs 1-1/+0
2011-12-21drm/nouveau/pm: manual pwm fanspeed management for nv40+ boardsGravatar Martin Peres 1-0/+2
2011-09-20drm/nouveau/dp: return master dp table pointer too when looking up encoderGravatar Ben Skeggs 1-1/+0
2011-09-20drm/nouveau/bios: allow passing in crtc to the init table parserGravatar Ben Skeggs 1-0/+1
2011-05-16drm/nouveau: recognise DCB connector type 0x41 as LVDSGravatar Ben Skeggs 1-0/+1
2011-02-25drm/nouveau: make vbios parser runnable from an atomic contextGravatar Ben Skeggs 1-1/+1
2010-09-24drm/nouveau: make bios code easier to use externallyGravatar Ben Skeggs 1-0/+19
2010-09-24drm/nouveau: make the behaviour of get_pll_limits() consistentGravatar Ben Skeggs 1-6/+18
2010-08-26drm/nv50: add dcb type 14 to enum to prevent compiler complaintGravatar Ben Skeggs 1-0/+1
2010-08-06drm/nv17-nv4x: Attempt to init some external TMDS transmitters.Gravatar Francisco Jerez 1-0/+1
2010-07-26drm/nv04-nv3x: Implement init-compute-mem.Gravatar Francisco Jerez 1-2/+0
2010-07-26drm/nouveau: support fetching LVDS EDID from ACPIGravatar Ben Skeggs 1-0/+1
2010-07-13drm/nouveau: tidy connector/encoder creation a littleGravatar Ben Skeggs 1-0/+1
2010-05-19drm/nv50: store full dcb i2c entry from vbiosGravatar Ben Skeggs 1-0/+1
2010-04-09drm/nv50: parse/use some more de-magiced parts of gpio table entriesGravatar Ben Skeggs 1-0/+2
2010-04-09drm/nouveau: store raw gpio table entry in bios gpio structsGravatar Ben Skeggs 1-0/+1
2010-04-09drm/nv40: rework lvds table parsingGravatar Ben Skeggs 1-1/+0
2010-03-10drm/nv50: fix connector table parsing for some cardsGravatar Ben Skeggs 1-1/+2
2010-02-25drm/nouveau: check for known dcb connector typesGravatar Ben Skeggs 1-0/+1
2010-02-25drm/nouveau: reorganise bios header, add dcb connector type enumsGravatar Ben Skeggs 1-44/+58
2010-02-25drm/nouveau: merge nvbios and nouveau_bios_infoGravatar Ben Skeggs 1-6/+3
2010-02-25drm/nouveau: merge parsed_dcb and bios_parsed_dcb into dcb_tableGravatar Ben Skeggs 1-11/+5
2010-02-25drm/nouveau: rename parsed_dcb_gpio to dcb_gpio_tableGravatar Ben Skeggs 1-2/+2
2010-02-16drm/nouveau: use mutex for vbios lockGravatar Ben Skeggs 1-1/+1
2010-02-10drm/nv50: prevent multiple init tables being parsed at the same timeGravatar Ben Skeggs 1-0/+2
2009-12-16drm/nouveau: Kill global state in BIOS script interpreterGravatar Marcin Kościelnicki 1-0/+1
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsGravatar Ben Skeggs 1-0/+289