summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/disp/nv50-: avoid creating ORs that aren't present on HWBen Skeggs2017-06-1714-10/+39
* drm/nouveau/tegra: Don't leave GPU in resetMikko Perttunen2017-06-161-3/+0
* drm/nouveau/tegra: Skip manual unpowergating when not necessaryMikko Perttunen2017-06-161-4/+6
* drm/nouveau/disp/gm200-: allow non-identity mapping of SOR <-> macro linksBen Skeggs2017-06-161-2/+2
* drm/nouveau/disp/nv50-: implement a common supervisor 3.0Ben Skeggs2017-06-166-328/+34
* drm/nouveau/disp/nv50-: implement a common supervisor 2.2Ben Skeggs2017-06-1625-246/+321
* drm/nouveau/disp/nv50-: implement a common supervisor 2.1Ben Skeggs2017-06-163-21/+11
* drm/nouveau/disp/nv50-: implement a common supervisor 2.0Ben Skeggs2017-06-165-155/+41
* drm/nouveau/disp/nv50-: implement a common supervisor 1.0Ben Skeggs2017-06-163-12/+70
* drm/nouveau/disp/nv50-gt21x: remove workaround for dp->tmds hotplug issuesBen Skeggs2017-06-161-27/+0
* drm/nouveau/disp/dp: use new devinit script interpreter entry-pointBen Skeggs2017-06-161-38/+30
* drm/nouveau/disp/dp: determine link bandwidth requirements from head stateBen Skeggs2017-06-167-2/+62
* drm/nouveau/disp: introduce acquire/release display path methodsBen Skeggs2017-06-1612-33/+206
* drm/nouveau/disp: remove hw-specific customisation of output pathsBen Skeggs2017-06-1628-342/+36
* drm/nouveau/disp/gf119-: port OR DP VCPI control to nvkm_iorBen Skeggs2017-06-167-14/+16
* drm/nouveau/disp/gt215-: port HDA ELD controls to nvkm_iorBen Skeggs2017-06-1620-136/+161
* drm/nouveau/disp/g94-: port OR DP drive setting control to nvkm_iorBen Skeggs2017-06-1612-143/+66
* drm/nouveau/disp/g94-: port OR DP training pattern control to nvkm_iorBen Skeggs2017-06-1612-30/+27
* drm/nouveau/disp/g94-: port OR DP link power control to nvkm_iorBen Skeggs2017-06-1612-43/+17
* drm/nouveau/disp/g94-: port OR DP link setup to nvkm_iorBen Skeggs2017-06-1612-30/+47
* drm/nouveau/disp/g94-: port OR DP lane mapping to nvkm_iorBen Skeggs2017-06-169-9/+30
* drm/nouveau/disp/g84-: port OR HDMI control to nvkm_iorBen Skeggs2017-06-1629-219/+134
* drm/nouveau/disp/nv50-: port OR manual sink detection to nvkm_iorBen Skeggs2017-06-1617-80/+40
* drm/nouveau/disp/nv50-: port OR power state control to nvkm_iorBen Skeggs2017-06-1630-158/+106
* drm/nouveau/disp/nv50-: fetch head/OR state at beginning of supervisorBen Skeggs2017-06-1617-0/+165
* drm/nouveau/disp/nv50-: execute supervisor on its own workqueueBen Skeggs2017-06-163-3/+10
* drm/nouveau/disp/dp: train link only when actively displaying an imageBen Skeggs2017-06-162-10/+6
* drm/nouveau/disp/dp: only check for re-train when the link is activeBen Skeggs2017-06-164-45/+13
* drm/nouveau/disp/dp: determine a failsafe link training rateBen Skeggs2017-06-161-19/+35
* drm/nouveau/disp/dp: use cached link configuration when checking link statusBen Skeggs2017-06-161-22/+17
* drm/nouveau/disp/dp: no need for lt_state except during manual link trainingBen Skeggs2017-06-161-31/+24
* drm/nouveau/disp/dp: store current link configuration in nvkm_iorBen Skeggs2017-06-162-33/+41
* drm/nouveau/disp/dp: remove DP_PWR methodBen Skeggs2017-06-161-24/+0
* drm/nouveau/disp: identity-map display paths to output resourcesBen Skeggs2017-06-164-8/+89
* drm/nouveau/disp: fork off some new hw-specific implementationsBen Skeggs2017-06-1619-13/+334
* drm/nouveau/disp: introduce input/output resource abstractionBen Skeggs2017-06-1624-8/+261
* drm/nouveau/disp: common implementation of scanoutpos method in nvkm_headBen Skeggs2017-06-1621-150/+161
* drm/nouveau/disp: move vblank_{get,put} methods into nvkm_headBen Skeggs2017-06-1620-99/+60
* drm/nouveau/disp: introduce object to track per-head functions/stateBen Skeggs2017-06-1628-84/+350
* drm/nouveau/disp: delay output path / connector construction until oneinit()Ben Skeggs2017-06-161-65/+65
* drm/nouveau/disp: s/nvkm_connector/nvkm_conn/Ben Skeggs2017-06-165-31/+31
* drm/nouveau/disp: rename nvkm_output_dp to nvkm_dpBen Skeggs2017-06-163-188/+181
* drm/nouveau/disp: rename nvkm_output to nvkm_outpBen Skeggs2017-06-165-38/+42
* drm/nouveau/disp: shuffle functions aroundBen Skeggs2017-06-1633-1243/+1183
* drm/nouveau/disp/gk104-: Use supplied HDMI InfoFramesAlastair Bridgewater2017-06-161-6/+30
* drm/nouveau/disp/gf119: Use supplied HDMI InfoFramesAlastair Bridgewater2017-06-161-6/+34
* drm/nouveau/disp/gt215: Use supplied HDMI InfoFramesAlastair Bridgewater2017-06-161-6/+31
* drm/nouveau/disp/g84-gt200: Use supplied HDMI InfoFramesAlastair Bridgewater2017-06-161-6/+31
* drm/nouveau/disp: Add mechanism to convert HDMI InfoFrames to hardware formatAlastair Bridgewater2017-06-163-0/+78
* drm/nouveau/disp/g84-: Extend NVKM HDMI power control method to set InfoFramesAlastair Bridgewater2017-06-164-4/+32