aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv50 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-23drm/display/dp_mst: Move all payload info into the atomic stateLyude Paul1-82/+81
2022-08-23drm/display/dp_mst: Add helpers for serializing SST <-> MST transitionsLyude Paul2-1/+3
2022-08-23drm/nouveau/kms: Pull mst state in for all modesetsLyude Paul1-1/+1
2022-08-23drm/display/dp_mst: Don't open code modeset checks for releasing time slotsLyude Paul1-21/+0
2022-08-23drm/display/dp_mst: Add nonblocking helpers for DP MSTLyude Paul1-0/+7
2022-08-23drm/display/dp_mst: Call them time slots, not VCPI slotsLyude Paul1-2/+2
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann11-77/+43
2022-07-27drm/nouveau/disp: move DAC load detection methodBen Skeggs1-15/+6
2022-07-27drm/nouveau/disp: add output classBen Skeggs1-3/+15
2022-07-27drm/nouveau/disp: add common channel class handlingBen Skeggs11-59/+22
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2-2/+0
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann4-8/+8
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann4-4/+0
2022-07-13drm/nouveau/kms/nv50-: remove unused functionsBen Skeggs3-30/+0
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-02drm/nouveau: use drm_gem_plane_helper_prepare_fbChristian König1-3/+2
2022-04-25drm/display: Move SCDC helpers into display-helper libraryThomas Zimmermann1-1/+1
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann1-1/+1
2022-04-18drm/nouveau: change base917c_format from global to staticTom Rix1-1/+1
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-1/+2
2022-04-05drm/nouveau: support more than one write fence in fenv50_wndw_prepare_fbChristian König1-9/+5
2022-03-28drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iteratorXiaomeng Tong2-8/+25
2022-02-25drm/nouveau/kms: Remove redundant zpos initialisationMaxime Ripard1-2/+0
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann1-1/+1
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann3-2/+3
2021-11-12drm/nouveau: set RGB quantization range to FULLHans Verkuil1-0/+3
2021-11-12drm/nouveau/kms/nv50-: Remove several set but not used variables "ret" in disp.cLuo Jiaxing1-5/+3
2021-11-12drm/nouveau/dispnv50/headc57d: Make local function 'headc57d_olut' staticLee Jones1-1/+1
2021-11-12drm/nouveau/kms/nv50-: Always validate LUTs in nv50_head_atomic_check_lut()Lyude Paul11-28/+41
2021-11-12drm/nouveau/kms/nv50-: Use NV_ATOMIC() in nv50_head_atomic_check_lut()Lyude Paul1-2/+6
2021-11-12drm/nouveau/kms/nv50-: Correct size checks for cursorsLyude Paul1-1/+14
2021-11-12drm/nouveau/kms/nvd9-nv138: Fix CRC calculation for the cursor channelLyude Paul1-1/+2
2021-11-12drm/nouveau/kms/nv140-: Use hard-coded wndws or core channel for CRC channelLyude Paul8-74/+118
2021-11-12drm/nouveau/kms/nv50-: Check vbl count after CRC context flipLyude Paul1-3/+9
2021-11-12drm/nouveau/kms/nv50-: Use drm_dbg_kms() in crc.cLyude Paul1-10/+8
2021-10-29drm/nouveau: use the new interator in nv50_wndw_prepare_fbChristian König1-1/+9
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie2-1/+2
2021-10-25drm: Update MST First Link Slot Information Based on Encoding FormatBhawanpreet Lakha1-1/+1
2021-10-06drm/nouveau/kms/nv50-: fix file release memory leakYang Yingliang1-0/+1
2021-10-06drm/nouveau/kms/tu102-: delay enabling cursor until after assign_windowsBen Skeggs1-1/+1
2021-10-04Revert "drm/nouveau: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()"Sean Paul1-10/+5
2021-10-01drm/nouveau: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos1-5/+10
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+33
2021-08-18drm/nouveau/kms/nv50: workaround EFI GOP window channel format differencesBen Skeggs3-4/+37
2021-08-05drm: nouveau: fix disp.c build when NOUVEAU_BACKLIGHT is not enabledRandy Dunlap1-2/+6
2021-06-09drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveauLyude Paul1-0/+28
2021-06-06dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König1-1/+1
2021-05-27drm/dp_mst: Use kHz as link rate units when settig source max link caps at initNikola Cornij1-2/+3
2021-04-29drm/dp_mst: Use Extended Base Receiver Capability DPCD spaceNikola Cornij1-1/+2
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter1-1/+12