aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_display.c
AgeCommit message (Expand)Author
2020-08-31drm/nouveau/kms: Only use hpd_work for reprobing in HPD pathsLyude Paul
2020-08-31drm/nouveau/kms/nv50-: Refactor and cleanup DP HPD handlingLyude Paul
2020-08-11Merge tag 'v5.8' into drm-nextDave Airlie
2020-07-31drm/nouveau: Accept 'legacy' format modifiersJames Jones
2020-07-24drm/nouveau/nvif: give every disp object a human-readable identifierBen Skeggs
2020-07-16drm/nouveau/kms/nvd9-: Add CRC supportLyude Paul
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-05-22drm/nouveau/kms: Support NVIDIA format modifiersJames Jones
2020-05-22drm/nouveau/kms: Check framebuffer size against boJames Jones
2020-05-22drm/nouveau/kms: Remove struct nouveau_framebufferThomas Zimmermann
2020-05-22drm/nouveau/kms: Remove field nvbo from struct nouveau_framebufferThomas Zimmermann
2020-05-19drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-02-13drm/nouveau: Convert to CRTC VBLANK callbacksThomas Zimmermann
2020-02-13drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann
2019-10-24drm/nouveau: Resume hotplug interrupts earlierLyude Paul
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann
2019-08-06drm/nouveau: use embedded gem objectGerd Hoffmann
2019-05-01drm/nouveau: Remove duplicate ACPI_VIDEO_NOTIFY_PROBE definitionBjorn Helgaas
2019-02-20drm/nouveau/kms/nv04-nv4x: move resume code to dispnv04 init hookBen Skeggs
2019-02-20drm/nouveau/kms/nv04-nv4x: move suspend code to dispnv04 fini hookBen Skeggs
2019-02-20drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04Ben Skeggs
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-11drm: Move the legacy kms disable_all helper to crtc helpersDaniel Vetter
2018-10-11drm/nouveau: Move backlight device into nouveau_connectorLyude Paul
2018-09-07drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unloadLyude Paul
2018-09-07drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too earlyLyude Paul
2018-09-07drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requestsLyude Paul
2018-09-07drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placementLyude Paul
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie
2018-07-16drm/nouveau: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann
2018-07-16drm/nouveau: Avoid looping through fake MST connectorsLyude Paul
2018-07-16drm/nouveau: Use drm_connector_list_iter_* for iterating connectorsLyude Paul
2018-05-18drm/nouveau/kms: move display class instantiation to libraryBen Skeggs
2018-04-27drm: Don't pass the index to drm_property_add_enum()Ville Syrjälä
2017-12-08drm/nouveau: Use drm_fb_helper_output_poll_changed()Noralf Trønnes
2017-08-22drm/nouveau/kms/nv04-nv40: prevent undisplayable framebuffers from creationIlia Mirkin
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie
2017-07-24drm/nouveau/kms: remove call to drm_crtc_vblank_off() during unload/suspendBen Skeggs
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul
2017-06-26drm/nouveau: Drop drm_vblank_cleanupDaniel Vetter
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie
2017-05-17drm/nouveau: Fix drm poll_helper handlingPeter Ujfalusi
2017-05-10drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter
2017-05-10drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter
2017-05-10drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter
2017-04-29drm/nouveau/kms: Increase max retries in scanout position queries.Mario Kleiner
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter
2017-03-27drm/atomic: Introduce drm_atomic_helper_shutdownDaniel Vetter
2017-02-28drm/atomic: Make disable_all helper fully disable the crtc.Maarten Lankhorst