aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv50 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2019-09-26Merge tag 'drm-misc-next-fixes-2019-09-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds16-79/+383
2019-09-18drm/atomic: Rename crtc_state->pageflip_flags to async_flipDaniel Vetter1-2/+2
2019-09-17drm/nouveau/kms/nv50-: Don't create MSTMs for eDP connectorsLyude Paul1-1/+2
2019-08-23drm/nouveau/dispnv50: Fix runtime PM ref tracking for non-blocking modesetsLyude Paul1-21/+17
2019-08-23drm/nouveau/kms/gv100-: attach pixel blend mode property to planesBen Skeggs3-1/+28
2019-08-23drm/nouveau/kms/gv100-: attach alpha property to planesBen Skeggs3-1/+7
2019-08-23drm/nouveau/kms/gv100-: add support for plane zpos propertyBen Skeggs5-12/+40
2019-08-23drm/nouveau/kms/nv50-: attach immutable zpos property to planesBen Skeggs2-0/+18
2019-08-23drm/nouveau/kms/nv50-: create primary plane before overlay planesBen Skeggs1-7/+7
2019-08-23drm/nouveau/kms/nv50-: use __drm_atomic_helper_plane_reset()Ben Skeggs1-3/+2
2019-08-23drm/nouveau/kms/gv100-: implement csc + enable modern colour managment propertiesBen Skeggs5-7/+99
2019-08-23drm/nouveau/kms/gv100-: use premultiplied alpha blending between planesBen Skeggs1-3/+3
2019-08-23drm/nouveau/kms/nv50-: enable modern color management propertiesIlia Mirkin1-0/+5
2019-08-23drm/nouveau/kms/gf119-: add ctm property supportIlia Mirkin4-0/+89
2019-08-23drm/nouveau/kms/nv50-: remove overlay alpha formatsIlia Mirkin4-14/+0
2019-08-23drm/nouveau/kms/nv50-: add fp16 scanout supportIlia Mirkin7-18/+66
2019-08-23drm/nouveau/kms/nv50-: disable input lut harderBen Skeggs1-0/+2
2019-08-23drm/nouveau/kms/tu102-: disable input lut when input is already FP16Ben Skeggs1-1/+3
2019-08-23drm/nouveau/kms/gv100: allow windows to use PACKED8BPP formatsBen Skeggs1-1/+1
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg1-2/+2
2019-08-23drm/nouveau: drop drmP.h from nouveau_drv.hSam Ravnborg3-0/+5
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2019-08-15drm/nouveau: Only recalculate PBN/VCPI on mode/connector changesLyude Paul1-9/+13
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-1/+1
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2019-08-06drm/nouveau: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-1/+1
2019-08-02drm/nouveau: Only release VCPI slots on mode changesLyude Paul1-1/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs1-1/+1
2019-07-19drm/nouveau/disp/nv50-: fix center/aspect-corrected scalingIlia Mirkin1-4/+24
2019-07-19drm/nouveau/disp/nv50-: force scaler for any non-default LVDS/eDP modesIlia Mirkin1-2/+7
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-0/+1
2019-06-13drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_stateSean Paul1-2/+3
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul4-3/+6
2019-05-14drm/nouveau: fix duplication of nv50_head_atom structPeteris Rudzusiks1-0/+1
2019-05-14drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource() mthd when encoders changeBen Skeggs1-1/+1
2019-05-14drm/nouveau/kms/nv50-: fix bug preventing non-vsync'd page flipsBen Skeggs1-1/+1
2019-05-14drm/nouveau/kms/gv100-: fix spurious window immediate interlocksBen Skeggs3-1/+3
2019-04-24drm/atomic: Create __drm_atomic_helper_crtc_reset() for subclassing crtc_state.Maarten Lankhorst1-10/+3
2019-02-20drm/nouveau/kms/nv04-nv4x: move resume code to dispnv04 init hookBen Skeggs1-1/+1
2019-02-20drm/nouveau/kms/nv04-nv4x: move suspend code to dispnv04 fini hookBen Skeggs1-1/+1
2019-02-20drm/nouveau/kms: display destroy/init/fini hooks can be staticBen Skeggs1-3/+3
2019-02-20drm/nouveau: Don't WARN_ON VCPI allocation failuresLyude Paul1-1/+2
2019-02-20drm/nouveau/disp/tu102: rename implementation from tu104Ben Skeggs4-4/+4
2019-02-05drm/nouveau: Move PBN and VCPI allocation into nv50_head_atomLyude Paul3-11/+24
2019-02-05drm/dp_mst: Remove port validation in drm_dp_atomic_find_vcpi_slots()Lyude Paul1-2/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard23-75/+564