summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nv04_dac.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-68/+80
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs1-52/+64
2012-10-03drm/nouveau: flatten nv{Read,Write}{MC,VIDEO,FB,EXTDEV}Ben Skeggs1-6/+6
2012-10-03drm/nv04/disp: kick all private state out to own headerBen Skeggs1-4/+3
2012-10-03drm/nouveau: implement devinit subdev, and new init table parserBen Skeggs1-13/+13
2012-10-03drm/nouveau/gpio: port gpio to subdev interfacesBen Skeggs1-1/+2
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-07-20drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-1/+1
2011-12-21drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issuesBen Skeggs1-7/+7
2010-12-08drm/nouveau: introduce a util function to wait on reg != valBen Skeggs1-6/+6
2010-10-05drm/nv0x-nv4x: Leave the 0x40 bit untouched when changing CRE_LCD.Francisco Jerez1-3/+0
2010-09-24drm/nv40: Try to set up CRE_LCD even if it has unknown bits set.Francisco Jerez1-7/+1
2010-09-24drm/nv17-nv4x: Fix analog load detection false positive on rare occasions.Francisco Jerez1-0/+2
2010-07-26drm/nouveau: introduce gpio engineBen Skeggs1-6/+7
2010-07-13drm/nv04-nv40: Prevent invalid DAC/TVDAC combinations.Francisco Jerez1-2/+19
2010-07-13drm/nv17-nv40: Avoid using active CRTCs for load detection.Francisco Jerez1-5/+4
2010-07-13drm/nouveau: tidy connector/encoder creation a littleBen Skeggs1-2/+5
2010-02-25drm/nouveau: merge nvbios and nouveau_bios_infoBen Skeggs1-4/+4
2010-02-23drm/nouveau: Fix up pre-nv17 analog load detection.Francisco Jerez1-1/+5
2010-01-11drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez1-16/+19
2009-12-16drm/nouveau: use drm debug levelsMaarten Maathuis1-6/+2
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+528