aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev/devinit (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-26drm/nva3/devinit: restrict script access to some PFB regsBen Skeggs2-0/+51
2014-03-26drm/nouveau/devinit: add interface to check if a mmio access by scripts is okBen Skeggs2-0/+2
2014-03-26support for platform devicesAlexandre Courbot5-7/+9
2014-03-26drm/gm107/devinit: initial implementationBen Skeggs3-1/+59
2014-01-23drm/nouveau/devinit: lock/unlock crtc regs for all devices, not just pre-nv50Ilia Mirkin3-8/+28
2014-01-23drm/nv50-/devinit: prevent use of engines marked as disabled by hw/vbiosIlia Mirkin9-4/+271
2014-01-23drm/nouveau/devinit: tidy up the subdev class definitionBen Skeggs12-191/+137
2013-11-08drm/nv10: fix chipset checks, mostly for the benefit of nv1aIlia Mirkin2-3/+10
2013-07-05drm/nvc0/devinit: minor typoBen Skeggs1-1/+1
2013-07-01drm/nvd0-/disp: handle case where display engine is missing/disabledMaarten Lankhorst1-0/+2
2013-07-01drm/nouveau/devinit: move simple pll setting routines to devinitBen Skeggs10-67/+578
2013-02-20drm/nv50/devinit: reverse the logic for running encoder init scriptsBen Skeggs1-6/+8
2012-11-29drm/nouveau: remove (now obsolete) BIT U table parsing from DRM codeBen Skeggs1-1/+33
2012-10-03drm/nouveau: implement devinit subdev, and new init table parserBen Skeggs8-0/+880