summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/disp/nv50-: avoid creating ORs that aren't present on HWBen Skeggs2017-06-1714-10/+39
* drm/nouveau: use proper prototype in nouveau_pmops_runtime() definitionArnd Bergmann2017-06-161-1/+1
* drm/nouveau: Skip vga_fini on non-PCI deviceMikko Perttunen2017-06-161-0/+4
* 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/hwmon: Change permissions to numericOscar Salvador2017-06-161-5/+5
* drm/nouveau/hwmon: expose the auto_point and pwm_min/max attrsOscar Salvador2017-06-161-1/+33
* drm/nouveau/hwmon: Remove old code, add .write/.read operationsOscar Salvador2017-06-161-583/+261
* drm/nouveau/hwmon: Add nouveau_hwmon_ops structure with .is_visible/.read_stringOscar Salvador2017-06-161-0/+163
* drm/nouveau/hwmon: Add config for all sensors and their settingsOscar Salvador2017-06-161-0/+72
* 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-168-338/+35
* 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-1616-40/+287
* 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-1632-257/+108
* 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-162-31/+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-1620-13/+336
* drm/nouveau/disp: introduce input/output resource abstractionBen Skeggs2017-06-1625-8/+262
* 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-1629-88/+351
* drm/nouveau/disp: delay output path / connector construction until oneinit()Ben Skeggs2017-06-162-69/+69
* 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
OpenPOWER on IntegriCloud