aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv50/head.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2021-11-12drm/nouveau/kms/nv50-: Always validate LUTs in nv50_head_atomic_check_lut()Lyude Paul1-8/+22
2021-11-12drm/nouveau/kms/nv50-: Use NV_ATOMIC() in nv50_head_atomic_check_lut()Lyude Paul1-2/+6
2021-10-06drm/nouveau/kms/tu102-: delay enabling cursor until after assign_windowsBen Skeggs1-1/+1
2021-08-18drm/nouveau/kms/nv50: workaround EFI GOP window channel format differencesBen Skeggs1-4/+9
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-2/+0
2020-11-03drm/nouveau/kms/nv50-: Use state helper instead of crtc pointerMaxime Ripard1-1/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-2/+5
2020-07-24drm/nouveau/kms/nv50-: use NVIDIA's headers for core head_dither()Ben Skeggs1-3/+3
2020-07-24drm/nouveau/nvif: give every notify object a human-readable nameBen Skeggs1-2/+2
2020-07-16drm/nouveau/kms/nvd9-: Fix disabling CRCs alongside OR reprogrammingLyude Paul1-1/+1
2020-07-16drm/nouveau/kms/nvd9-: Add CRC supportLyude Paul1-3/+71
2020-07-16drm/nouveau/kms/nv50-: Fix disabling ditheringLyude Paul1-11/+13
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-17/+26
2020-02-13drm/nouveau: Convert to CRTC VBLANK callbacksThomas Zimmermann1-0/+4
2020-02-13drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann1-0/+1
2020-01-15drm/nouveau/kms/nv50-: Use less encoders by making mstos per-headLyude Paul1-9/+8
2020-01-15drm/nouveau/kms/gf119-: allow both 256- and 1024-sized LUTs to be usedIlia Mirkin1-8/+18
2019-12-10drm/nouveau/kms/nv50-: Store the bpc we're using in nv50_head_atomLyude Paul1-3/+2
2019-08-23drm/nouveau/kms/nv50-: create primary plane before overlay planesBen Skeggs1-7/+7
2019-08-23drm/nouveau/kms/gv100-: implement csc + enable modern colour managment propertiesBen Skeggs1-2/+1
2019-08-23drm/nouveau/kms/nv50-: enable modern color management propertiesIlia Mirkin1-0/+5
2019-07-19drm/nouveau/disp/nv50-: fix center/aspect-corrected scalingIlia Mirkin1-4/+24
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul1-1/+2
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-04-24drm/atomic: Create __drm_atomic_helper_crtc_reset() for subclassing crtc_state.Maarten Lankhorst1-10/+3
2019-02-05drm/nouveau: Move PBN and VCPI allocation into nv50_head_atomLyude Paul1-0/+1
2018-12-11drm/nouveau/kms/nv50-: allow more flexibility with lut formatsBen Skeggs1-3/+3
2018-05-18drm/nouveau/kms/gv100: initial supportBen Skeggs1-3/+10
2018-05-18drm/nouveau/kms/nv50-: handle degamma LUT from window channelsBen Skeggs1-100/+60
2018-05-18drm/nouveau/kms/nv50-: unify set/clr masksBen Skeggs1-7/+8
2018-05-18drm/nouveau/kms/nv50-: split core implementation by hardware classBen Skeggs1-26/+3
2018-05-18drm/nouveau/kms/nv50-: split each resource type into their own source filesBen Skeggs1-0/+566