summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_display.h
AgeCommit message (Expand)Author
2021-04-11drm/nouveau: Use drm_gem_ttm_dumb_map_offset()Thomas Zimmermann
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-05-22drm/nouveau/kms: Support NVIDIA format modifiersJames Jones
2020-05-22drm/nouveau/kms: Add format mod prop to base/ovly/nvdispJames 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-22drm/nouveau/kms: Move struct nouveau_framebuffer.vma to struct nouveau_fbdevThomas Zimmermann
2020-05-22drm/nouveau/kms: Remove unused fields from struct nouveau_framebufferThomas Zimmermann
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-08-23drm/nouveau: drop drmP.h from nouveau_drv.hSam Ravnborg
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin
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
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-05-18drm/nouveau/kms: move display class instantiation to libraryBen Skeggs
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02drm/nouveau: separate constant-va tracking from nvkm vma structureBen Skeggs
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-03-29drm: Add acquire ctx parameter to ->set_configDaniel Vetter
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter
2016-12-13drm/nouveau/bl: Assign different names to interfacesPierre Moreau
2016-11-07drm/nouveau/kms/nv50: remove code to create ctxdma for every framebufferBen Skeggs
2016-11-07drm/nouveau/kms/nv50: transition to atomic interfaces internallyBen Skeggs
2016-11-07drm/nouveau/kms: prepare to support suspend/resume of display state with atomicBen Skeggs
2016-11-07drm/nouveau/kms: move drm_crtc_force_disable_all() earlierBen Skeggs
2016-11-07drm/nouveau/fbcon: refcount the drm_framebufferBen Skeggs
2016-06-13drm/nouveau: replace legacy vblank helpersGustavo Padovan
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding
2015-09-24drm: Stop using linedur_ns and pixeldur_ns for vblank timestampsVille Syrjälä
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs
2015-01-22drm/nouveau/mmu: rename from vmmgr (no binary change)Ben Skeggs
2014-10-02drm/nouveau: make sure display hardware is reinitialised on runtime resumeBen Skeggs
2014-08-10drm/nouveau: port to nvif client/device/objectsBen Skeggs
2014-08-10drm/nouveau: store vblank event handler data in nv_crtcBen Skeggs
2014-08-10drm/nv50/kms: create ctxdma objects for framebuffers as requiredBen Skeggs
2014-08-10drm/nv50/kms: move framebuffer wrangling out of common codeBen Skeggs
2014-01-30drm/nouveau: implement hooks for needed for drm vblank timestamping supportBen Skeggs
2014-01-23drm/nouveau: create base display from common codeBen Skeggs
2013-11-08drm/nouveau/core: convert event handler apis to split create/enable semanticsBen Skeggs
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard
2013-08-29nouveau: add runtime PM support (v0.9)Dave Airlie