aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv17_tv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-26drm/nv04/disp: hide all the cruft away in its own little holeBen Skeggs1-843/+0
2013-01-20drm: encapsulate crtc->set_config callsDaniel Vetter1-1/+1
2012-11-30drm/nouveau: drm_connector_property -> drm_object_propertyRob Clark1-8/+8
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-40/+58
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs1-31/+48
2012-10-03drm/nv04/disp: kick all private state out to own headerBen Skeggs1-2/+2
2012-10-03drm/nouveau: implement devinit subdev, and new init table parserBen Skeggs1-6/+6
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-19drm: 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-11/+9
2011-02-23drm: Mark constant arrays of drm_display_mode constChris Wilson1-1/+3
2010-10-05drm/nv0x-nv4x: Leave the 0x40 bit untouched when changing CRE_LCD.Francisco Jerez1-3/+1
2010-09-24drm/nouveau: Break some long lines in the TV-out code.Francisco Jerez1-42/+57
2010-09-24drm/nv40: Try to set up CRE_LCD even if it has unknown bits set.Francisco Jerez1-9/+4
2010-08-26drm/nouveau: Use a helper function to match PCI device/subsystem IDs.Francisco Jerez1-7/+3
2010-08-17drm/nouveau: Add TV-out quirk for an MSI nForce2 IGP.Francisco Jerez1-0/+8
2010-07-26drm/nouveau: introduce gpio engineBen Skeggs1-8/+11
2010-07-26drm/nouveau: Add another Zotac FX5200 TV-out quirk.Francisco Jerez1-3/+4
2010-07-13drm/nouveau: Workaround broken TV load detection on a "Zotac FX5200".Francisco Jerez1-6/+27
2010-07-13drm/nv04-nv40: Prevent invalid DAC/TVDAC combinations.Francisco Jerez1-0/+6
2010-07-13drm/nouveau: tidy connector/encoder creation a littleBen Skeggs1-1/+5
2010-02-25drm/nouveau: merge nvbios and nouveau_bios_infoBen Skeggs1-3/+3
2010-02-16drm/nouveau: Force TV encoder DPMS reinit after resume.Francisco Jerez1-0/+2
2010-01-11drm/nouveau: Implement nv42-nv43 TV load detection.Francisco Jerez1-1/+89
2010-01-11drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez1-10/+17
2009-12-16drm/nouveau: use drm debug levelsMaarten Maathuis1-2/+2
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+681