summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: fix bogus GPL-2 license headerBen Skeggs2019-07-191-1/+1
* drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin2019-07-192-2/+2
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* drm/nouveau/kms/nv04-nv4x: move resume code to dispnv04 init hookBen Skeggs2019-02-191-4/+66
* drm/nouveau/kms/nv04-nv4x: move suspend code to dispnv04 fini hookBen Skeggs2019-02-191-1/+26
* drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04Ben Skeggs2019-02-193-1/+234
* drm/nouveau/kms: display destroy/init/fini hooks can be staticBen Skeggs2019-02-192-58/+55Star
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-01-111-1/+1
|\
| * drm/nouveau/drm/nouveau: Don't forget to label dp_aux devicesLyude Paul2018-12-111-1/+1
* | drm/nouveau: Stop using drm_crtc_force_disableDaniel Vetter2019-01-111-1/+3
|/
* BackMerge v4.18-rc7 into drm-nextDave Airlie2018-07-301-0/+3
|\
| * drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul2018-07-161-0/+3
* | Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-07-204-4/+4
|\ \
| * | drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-134-4/+4
| |/
* / drm/nouveau: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-07-161-1/+1
|/
* drm/nouveau: Replace the iturbt_709 prop with the standard COLOR_ENCODING propVille Syrjälä2018-03-081-13/+13
* drm/nouveau: deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-122-4/+10
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-161-1/+1
|\
| * drm/nouveau/core/object: allow arguments to be passed to map functionBen Skeggs2017-11-021-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* drm/nouveau/kms/nv04-nv4x: fix exposed format listIlia Mirkin2017-08-221-1/+35
* drm/nouveau/kms/nv10-nv40: add NV21 support to overlayIlia Mirkin2017-08-221-3/+6
* drm/nouveau/kms/nv04-nv40: improve overlay error detection, fix pitch settingIlia Mirkin2017-08-221-28/+34
* drm: nouveau: remove dead code and pointless local lut storagePeter Rosin2017-08-041-17/+9Star
* drm/nouveau/kms/nv04: use new devinit script interpreter entry-pointBen Skeggs2017-06-161-12/+4Star
* drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-061-1/+2
* drm: Add acquire ctx parameter to ->set_configDaniel Vetter2017-03-291-3/+4
* drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter2017-03-291-5/+7
* drm: Add acquire ctx parameter to ->update_planeDaniel Vetter2017-03-291-2/+4
* Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-1/+2
|\
| * drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrievalIlia Mirkin2017-01-311-1/+2
* | drm/nouveau: allocate device object for every clientBen Skeggs2017-02-1713-125/+125
* | drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_deviceBen Skeggs2017-02-171-2/+3
* | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-4/+4
* | drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-2/+2
* | drm: Nuke fb->depthVille Syrjälä2016-12-152-7/+7
* | drm/nouveau: Add local 'fb' variablesVille Syrjälä2016-12-142-3/+5
* | drm/nouveau: Fix crtc->primary->fb vs. drm_fb failVille Syrjälä2016-12-141-2/+2
|/
* drm/nouveau: Use drm_crtc_vblank_off/onDaniel Vetter2016-11-151-2/+2
* drm/nouveau: add missing header dependenciesBaoyou Xie2016-11-071-1/+1
* drm/nouveau/dispnv04: Use helper to turn off CRTCLukas Wunner2016-06-241-7/+2Star
* drm/nouveau: Turn off CRTCs on driver unloadLukas Wunner2016-06-241-10/+0Star
* drm/core: Change declaration for gamma_set.Maarten Lankhorst2016-06-071-5/+7
* Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-nextDave Airlie2016-05-2012-12/+13
|\
| * drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs2016-05-2012-12/+13
* | drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
|/
* drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0Star
* drm/nouveau: Constify function pointer structsVille Syrjälä2015-12-151-3/+3
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-114-4/+7