summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* drm/nouveau/fifo/gk104-: Silence a locking warningDan Carpenter2017-05-171-1/+2
* drm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engineIlia Mirkin2017-04-291-0/+2
* drm/nouveau/gr/gp107: initial supportBen Skeggs2017-04-068-8/+119
* drm/nouveau/core: recognise GP10B chipsetAlexandre Courbot2017-04-061-0/+24
* drm/nouveau/platform: make VDD regulator optionalAlexandre Courbot2017-04-061-9/+22
* drm/nouveau/gr: support for GP10BAlexandre Courbot2017-04-065-2/+76
* drm/nouveau/fifo: add GP10B supportAlexandre Courbot2017-04-064-1/+44
* drm/nouveau/secboot: allow to boot multiple falconsAlexandre Courbot2017-04-061-7/+9
* drm/nouveau: initial support (display-only) for GP107Ben Skeggs2017-04-061-0/+30
* drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 oneIlia Mirkin2017-04-061-1/+1
OpenPOWER on IntegriCloud