aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27drm/nouveau/disp: split sor hda funcs out to their own structBen Skeggs1-6/+5
2022-07-27drm/nouveau/disp: split sor dp funcs out to their own structBen Skeggs1-3/+5
2022-07-27drm/nouveau/disp: replace hda func pointer check with flagBen Skeggs1-1/+2
2022-07-27drm/nouveau/disp: merge head/outp/ior code into chipset filesBen Skeggs1-53/+28
2021-01-15drm/nouveau/disp/ga10[24]: initial supportBen Skeggs1-0/+4
2020-07-24drm/nouveau/disp/gm200-: remove 'head' parameter from nvkm_ior_func.hdmi.scdc()Ben Skeggs1-2/+2
2020-06-04drm/nouveau/disp/gp100: split SOR implementation from gm200Ben Skeggs1-0/+1
2020-05-22drm/nouveau/disp/hda/gv100-: NV_PDISP_SF_AUDIO_CNTRL0 register movedBen Skeggs1-0/+2
2020-05-22drm/nouveau/disp/hda/gf119-: add HAL for programming device entry in SFBen Skeggs1-0/+2
2020-05-22drm/nouveau/disp/hda/gt215-: pass head to nvkm_ior.hda.eld()Ben Skeggs1-3/+3
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin1-1/+1
2019-02-20drm/nouveau/disp/tu102: rename implementation from tu104Ben Skeggs1-1/+1
2018-12-11drm/nouveau/disp/tu104: initial supportBen Skeggs1-0/+7
2018-10-11drm/nouveau/disp: keep track of high-speed state, program into clockIlia Mirkin1-0/+5
2018-10-11drm/nouveau/disp/gm200-: add scdc parameter setterIlia Mirkin1-0/+2
2018-10-11drm/nouveau/disp: add a way to configure scrambling/tmds for hdmi 2.0Ilia Mirkin1-0/+1
2018-09-07drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP panelsBen Skeggs1-0/+1
2018-05-18drm/nouveau/disp/gv100: initial supportBen Skeggs1-1/+9
2018-05-18drm/nouveau/disp/nv50-: fetch mask of available piors during oneinitBen Skeggs1-0/+1
2018-05-18drm/nouveau/disp/nv50-: fetch mask of available sors during oneinitBen Skeggs1-2/+8
2018-05-18drm/nouveau/disp/nv50-: fetch mask of available dacs during oneinitBen Skeggs1-0/+3
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02drm/nouveau/disp: add missing newline in ior debug messagesBen Skeggs1-1/+1
2017-07-24drm/nouveau/disp: add tv encoders to output resource mappingBen Skeggs1-0/+1
2017-06-17drm/nouveau/disp/nv50-: avoid creating ORs that aren't present on HWBen Skeggs1-0/+2
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 3.0Ben Skeggs1-0/+1
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 2.2Ben Skeggs1-0/+13
2017-06-16drm/nouveau/disp/dp: determine link bandwidth requirements from head stateBen Skeggs1-0/+2
2017-06-16drm/nouveau/disp: introduce acquire/release display path methodsBen Skeggs1-0/+6
2017-06-16drm/nouveau/disp/gf119-: port OR DP VCPI control to nvkm_iorBen Skeggs1-0/+3
2017-06-16drm/nouveau/disp/gt215-: port HDA ELD controls to nvkm_iorBen Skeggs1-0/+15
2017-06-16drm/nouveau/disp/g94-: port OR DP drive setting control to nvkm_iorBen Skeggs1-0/+4
2017-06-16drm/nouveau/disp/g94-: port OR DP training pattern control to nvkm_iorBen Skeggs1-0/+5
2017-06-16drm/nouveau/disp/g94-: port OR DP link power control to nvkm_iorBen Skeggs1-0/+2
2017-06-16drm/nouveau/disp/g94-: port OR DP link setup to nvkm_iorBen Skeggs1-0/+11
2017-06-16drm/nouveau/disp/g94-: port OR DP lane mapping to nvkm_iorBen Skeggs1-0/+4
2017-06-16drm/nouveau/disp/g84-: port OR HDMI control to nvkm_iorBen Skeggs1-0/+11
2017-06-16drm/nouveau/disp/nv50-: port OR manual sink detection to nvkm_iorBen Skeggs1-0/+2
2017-06-16drm/nouveau/disp/nv50-: port OR power state control to nvkm_iorBen Skeggs1-0/+12
2017-06-16drm/nouveau/disp/nv50-: fetch head/OR state at beginning of supervisorBen Skeggs1-0/+9
2017-06-16drm/nouveau/disp/dp: store current link configuration in nvkm_iorBen Skeggs1-0/+8
2017-06-16drm/nouveau/disp: identity-map display paths to output resourcesBen Skeggs1-0/+10
2017-06-16drm/nouveau/disp: fork off some new hw-specific implementationsBen Skeggs1-0/+6
2017-06-16drm/nouveau/disp: introduce input/output resource abstractionBen Skeggs1-0/+43