summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/dispnv04
AgeCommit message (Expand)Author
2019-08-23drm/nouveau/dispnv04: Remove runtime PMLyude Paul
2019-08-23drm/nouveau: Disable atomic support on a per-device basisVille Syrjälä
2019-08-23drm/nouveau/dispnv04: subdev/bios.h is included more than onceHariprasad Kelam
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg
2019-08-23drm/nouveau: drop drmP.h from all header filesSam Ravnborg
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman
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-02-20drm/nouveau/kms: display destroy/init/fini hooks can be staticBen Skeggs
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-01-11drm/nouveau: Stop using drm_crtc_force_disableDaniel Vetter
2018-12-11drm/nouveau/drm/nouveau: Don't forget to label dp_aux devicesLyude Paul
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-07-16drm/nouveau: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann
2018-07-16drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-03-08drm/nouveau: Replace the iturbt_709 prop with the standard COLOR_ENCODING propVille Syrjälä
2018-01-11drm/nouveau: deprecate pci_get_bus_and_slot()Sinan Kaya
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/core/object: allow arguments to be passed to map functionBen Skeggs
2017-08-22drm/nouveau/kms/nv04-nv4x: fix exposed format listIlia Mirkin
2017-08-22drm/nouveau/kms/nv10-nv40: add NV21 support to overlayIlia Mirkin
2017-08-22drm/nouveau/kms/nv04-nv40: improve overlay error detection, fix pitch settingIlia Mirkin
2017-08-04drm: nouveau: remove dead code and pointless local lut storagePeter Rosin
2017-06-16drm/nouveau/kms/nv04: use new devinit script interpreter entry-pointBen Skeggs
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter
2017-03-29drm: Add acquire ctx parameter to ->set_configDaniel Vetter
2017-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs
2017-02-17drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_deviceBen Skeggs
2017-01-31drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrievalIlia Mirkin
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä
2016-12-15drm: Nuke fb->depthVille Syrjälä
2016-12-14drm/nouveau: Add local 'fb' variablesVille Syrjälä
2016-12-14drm/nouveau: Fix crtc->primary->fb vs. drm_fb failVille Syrjälä
2016-11-15drm/nouveau: Use drm_crtc_vblank_off/onDaniel Vetter
2016-11-07drm/nouveau: add missing header dependenciesBaoyou Xie
2016-06-24drm/nouveau/dispnv04: Use helper to turn off CRTCLukas Wunner
2016-06-24drm/nouveau: Turn off CRTCs on driver unloadLukas Wunner
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst
2016-05-21Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-nextDave Airlie