summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Don't pm_runtime_put_sync(), only pm_runtime_put_autosuspend()Lyude Paul2022-07-141-1/+1
* drm/nouveau/acpi: Don't print error when we get -EINPROGRESS from pm_runtimeLyude Paul2022-07-141-1/+1
* drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki2022-01-311-2/+4
* drm/nouveau/kms: delete an useless function call in nouveau_framebuffer_new()Luo Jiaxing2021-11-121-4/+1
* drm/nouveau: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-05-061-1/+0
* drm/nouveau: Use drm_gem_ttm_dumb_map_offset()Thomas Zimmermann2021-04-111-18/+0
* drm: Switch to %p4cc format modifierSakari Ailus2021-02-171-6/+3
* drm/ttm: cleanup BO size handling v3Christian König2020-12-141-4/+4
* drm/nouveau/kms: Only use hpd_work for reprobing in HPD pathsLyude Paul2020-08-311-7/+63
* drm/nouveau/kms/nv50-: Refactor and cleanup DP HPD handlingLyude Paul2020-08-311-1/+1
* Merge tag 'v5.8' into drm-nextDave Airlie2020-08-111-2/+25
|\
| * drm/nouveau: Accept 'legacy' format modifiersJames Jones2020-07-311-2/+25
* | drm/nouveau/nvif: give every disp object a human-readable identifierBen Skeggs2020-07-241-1/+2
* | drm/nouveau/kms/nvd9-: Add CRC supportLyude Paul2020-07-161-55/+5
* | Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-3/+3
|\ \ | |/ |/|
| * drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-4/+4
* | drm/nouveau/kms: Support NVIDIA format modifiersJames Jones2020-05-221-2/+87
* | drm/nouveau/kms: Check framebuffer size against boJames Jones2020-05-221-0/+98
* | drm/nouveau/kms: Remove struct nouveau_framebufferThomas Zimmermann2020-05-221-7/+7
* | drm/nouveau/kms: Remove field nvbo from struct nouveau_framebufferThomas Zimmermann2020-05-221-29/+6
|/
* drm/nouveau: Convert to CRTC VBLANK callbacksThomas Zimmermann2020-02-131-12/+2
* drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann2020-02-131-11/+3
* drm/nouveau: Resume hotplug interrupts earlierLyude Paul2019-10-241-8/+11
* drm/nouveau: drop use of drmp.hSam Ravnborg2019-08-231-1/+3
* drm/ttm: use gem vma_nodeGerd Hoffmann2019-08-061-1/+1
* drm/nouveau: use embedded gem objectGerd Hoffmann2019-08-061-4/+4
* drm/nouveau: Remove duplicate ACPI_VIDEO_NOTIFY_PROBE definitionBjorn Helgaas2019-05-011-9/+0
* drm/nouveau/kms/nv04-nv4x: move resume code to dispnv04 init hookBen Skeggs2019-02-201-61/+4
* drm/nouveau/kms/nv04-nv4x: move suspend code to dispnv04 fini hookBen Skeggs2019-02-201-25/+1
* drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04Ben Skeggs2019-02-201-214/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+1
* drm: Move the legacy kms disable_all helper to crtc helpersDaniel Vetter2019-01-111-1/+1
* drm/nouveau: Move backlight device into nouveau_connectorLyude Paul2018-10-111-2/+0
* drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unloadLyude Paul2018-09-071-3/+6
* drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too earlyLyude Paul2018-09-071-6/+20
* drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requestsLyude Paul2018-09-071-1/+1
* drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placementLyude Paul2018-09-071-2/+5
* BackMerge v4.18-rc7 into drm-nextDave Airlie2018-07-301-2/+8
|\
| * drm/nouveau: Avoid looping through fake MST connectorsLyude Paul2018-07-161-2/+2
| * drm/nouveau: Use drm_connector_list_iter_* for iterating connectorsLyude Paul2018-07-161-2/+8
* | drm/nouveau: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-07-161-4/+4
|/
* drm/nouveau/kms: move display class instantiation to libraryBen Skeggs2018-05-181-28/+7
* drm: Don't pass the index to drm_property_add_enum()Ville Syrjälä2018-04-271-3/+1
* drm/nouveau: Use drm_fb_helper_output_poll_changed()Noralf Trønnes2017-12-081-1/+2
* drm/nouveau/kms/nv04-nv40: prevent undisplayable framebuffers from creationIlia Mirkin2017-08-221-0/+21
* Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-151-5/+0
|\
| * drm/nouveau/kms: remove call to drm_crtc_vblank_off() during unload/suspendBen Skeggs2017-07-241-5/+0
* | Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-06-271-4/+2
|\|
| * Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie2017-05-301-4/+2
| |\
| | * drm/nouveau: Fix drm poll_helper handlingPeter Ujfalusi2017-05-171-4/+2