aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_display.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20drm/nouveau/kms/nv04-nv4x: move resume code to dispnv04 init hookBen Skeggs1-2/+2
2019-02-20drm/nouveau/kms/nv04-nv4x: move suspend code to dispnv04 fini hookBen Skeggs1-1/+1
2019-02-20drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04Ben Skeggs1-15/+0
2018-10-11drm/nouveau: Move backlight device into nouveau_connectorLyude Paul1-25/+0
2018-09-07drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unloadLyude Paul1-1/+1
2018-05-18drm/nouveau/kms: move display class instantiation to libraryBen Skeggs1-1/+2
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02drm/nouveau: separate constant-va tracking from nvkm vma structureBen Skeggs1-4/+1
2017-05-10drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter1-5/+3
2017-05-10drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter1-1/+1
2017-05-10drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter1-2/+2
2017-03-29drm: Add acquire ctx parameter to ->set_configDaniel Vetter1-1/+0
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter1-1/+2
2016-12-13drm/nouveau/bl: Assign different names to interfacesPierre Moreau1-0/+10
2016-11-07drm/nouveau/kms/nv50: remove code to create ctxdma for every framebufferBen Skeggs1-3/+0
2016-11-07drm/nouveau/kms/nv50: transition to atomic interfaces internallyBen Skeggs1-0/+3
2016-11-07drm/nouveau/kms: prepare to support suspend/resume of display state with atomicBen Skeggs1-0/+2
2016-11-07drm/nouveau/kms: move drm_crtc_force_disable_all() earlierBen Skeggs1-1/+1
2016-11-07drm/nouveau/fbcon: refcount the drm_framebufferBen Skeggs1-2/+3
2016-06-13drm/nouveau: replace legacy vblank helpersGustavo Padovan1-1/+2
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs1-1/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-6/+6
2015-09-24drm: Stop using linedur_ns and pixeldur_ns for vblank timestampsVille Syrjälä1-1/+2
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs1-1/+1
2015-01-22drm/nouveau/mmu: rename from vmmgr (no binary change)Ben Skeggs1-1/+1
2014-10-02drm/nouveau: make sure display hardware is reinitialised on runtime resumeBen Skeggs1-3/+2
2014-08-10drm/nouveau: port to nvif client/device/objectsBen Skeggs1-1/+3
2014-08-10drm/nouveau: store vblank event handler data in nv_crtcBen Skeggs1-2/+0
2014-08-10drm/nv50/kms: create ctxdma objects for framebuffers as requiredBen Skeggs1-1/+1
2014-08-10drm/nv50/kms: move framebuffer wrangling out of common codeBen Skeggs1-0/+4
2014-01-30drm/nouveau: implement hooks for needed for drm vblank timestamping supportBen Skeggs1-0/+4
2014-01-23drm/nouveau: create base display from common codeBen Skeggs1-0/+1
2013-11-08drm/nouveau/core: convert event handler apis to split create/enable semanticsBen Skeggs1-0/+4
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-1/+2
2013-08-29nouveau: add runtime PM support (v0.9)Dave Airlie1-0/+2
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-2/+0
2013-02-20drm/nouveau/disp: port vblank handling to event interfaceBen Skeggs1-3/+0
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs1-0/+94