summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv50
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/kms/nv50-: clear SW state of disabled windows harderBen Skeggs2020-06-041-1/+4
* drm/nouveau/disp: provide hint to OR allocation about HDA requirementsBen Skeggs2020-06-041-5/+12
* drm/nouveau/kms/gt215-: fix race with audio driver runpmBen Skeggs2020-06-011-1/+3
* drm/nouveau/dispnv50: fix runtime pm imbalance on errorDinghao Liu2020-05-221-1/+3
* drm/nouveau/kms/nv50-: Share DP SST mode_valid() handling with MSTLyude Paul2020-05-221-1/+8
* drm/nouveau/kms/nv50-: Move 8BPC limit for MST into nv50_mstc_get_modes()Lyude Paul2020-05-221-11/+14
* drm/nouveau/kms/gv100-: Add support for interlaced modesLyude Paul2020-05-222-4/+6
* drm/nouveau/kms/nv50-: Probe SOR and PIOR caps for DP interlacing supportLyude Paul2020-05-2213-2/+105
* drm/nouveau/kms/nv50-: Initialize core channel in nouveau_display_create()Lyude Paul2020-05-221-1/+4
* drm/nouveau/disp/nv50-: increase timeout on pio channel free() pollingBen Skeggs2020-05-221-1/+1
* drm/nouveau/kms: Fix regression by audio component transitionTakashi Iwai2020-05-221-6/+10
* drm/nouveau/kms: Support NVIDIA format modifiersJames Jones2020-05-221-7/+13
* drm/nouveau/kms: Add format mod prop to base/ovly/nvdispJames Jones2020-05-225-4/+110
* drm/nouveau/kms: Remove struct nouveau_framebufferThomas Zimmermann2020-05-221-13/+13
* drm/nouveau/kms: Remove field nvbo from struct nouveau_framebufferThomas Zimmermann2020-05-221-10/+16
* drm/nouveau/kms/nv50-: wait for FIFO space on PIO channelsBen Skeggs2020-04-073-6/+25
* drm/nouveau/nvif: protect waits against GPU falling off the busBen Skeggs2020-04-075-0/+7
* Merge tag 'drm-misc-next-2020-03-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-191-19/+0
|\
| * drm: Remove drm dp mst destroy_connector callbacksPankaj Bharadiya2020-03-111-12/+0
| * drm: Remove dp mst register connector callbacksPankaj Bharadiya2020-03-111-7/+0
* | Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-121-7/+0
|\|
| * drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya2020-03-061-7/+0
* | Merge v5.6-rc5 into drm-nextDave Airlie2020-03-111-0/+2
|\ \ | |/ |/|
| * drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesetsLyude Paul2020-02-171-0/+2
* | Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-1719-108/+329
|\|
| * drm/nouveau/kms/gv100-: avoid sending a core update until the first modesetBen Skeggs2020-02-032-6/+2
| * drm/nouveau/kms/gv100-: move window ownership setup into modesetting pathBen Skeggs2020-02-034-6/+44
| * drm/nouveau: Add HD-audio component notifier supportTakashi Iwai2020-01-291-0/+111
| * drm/nouveau/kms/nv50: remove set but not unused variable 'nv_connector'YueHaibing2020-01-231-2/+0
| * drm/nouveau/kms/nv50-: Report possible_crtcs incorrectly on mstos, for nowLyude Paul2020-01-151-0/+12
| * drm/nouveau/kms/nv50-: Use less encoders by making mstos per-headLyude Paul2020-01-154-46/+68
| * drm/nouveau/kms/nv50-: Remove nv50_mstc_best_encoder()Lyude Paul2020-01-151-9/+0
| * drm/nouveau/kms/gf119-: allow both 256- and 1024-sized LUTs to be usedIlia Mirkin2020-01-1514-40/+93
| * drm/dp_mst: Manually overwrite PBN divider for calculating timeslotsMikita Lipski2020-01-091-1/+1
| * drm/dp_mst: Add PBN calculation for DSC modesDavid Francis2020-01-091-1/+1
* | drm/nouveau: Convert to CRTC VBLANK callbacksThomas Zimmermann2020-02-131-0/+4
* | drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann2020-02-131-0/+1
|/
* Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-2/+2
|\
| * drm/nouveau: use drm_debug_enabled() to check for debug categoriesJani Nikula2019-11-141-2/+2
* | drm/nouveau/kms/nv50-: fix panel scalingBen Skeggs2019-12-101-3/+3
* | drm/nouveau/kms/nv50-: Limit MST BPC to 8Lyude Paul2019-12-101-1/+8
* | drm/nouveau/kms/nv50-: Store the bpc we're using in nv50_head_atomLyude Paul2019-12-103-27/+36
* | drm/nouveau/kms/nv50-: Call outp_atomic_check_view() before handling PBNLyude Paul2019-12-101-20/+24
* | drm/dp_mst: Add basic topology reprobing when resumingLyude Paul2019-10-241-3/+3
* | drm/dp_mst: Protect drm_dp_mst_port members with lockingLyude Paul2019-10-241-16/+16
|/
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-0316-89/+397
|\
| * Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-271-2/+2
| |\
| | * Merge tag 'drm-misc-next-fixes-2019-09-23' of git://anongit.freedesktop.org/d...Dave Airlie2019-09-261-2/+2
| | |\
| | | * drm/atomic: Rename crtc_state->pageflip_flags to async_flipDaniel Vetter2019-09-181-2/+2
| * | | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-1916-79/+383
| |\| |