aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs1-1/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin2-2/+2
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-02-20drm/nouveau/kms/nv04-nv4x: move resume code to dispnv04 init hookBen Skeggs1-4/+66
2019-02-20drm/nouveau/kms/nv04-nv4x: move suspend code to dispnv04 fini hookBen Skeggs1-1/+26
2019-02-20drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04Ben Skeggs3-1/+234
2019-02-20drm/nouveau/kms: display destroy/init/fini hooks can be staticBen Skeggs2-58/+55
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-0/+1
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2019-01-11drm/nouveau: Stop using drm_crtc_force_disableDaniel Vetter1-1/+3
2018-12-11drm/nouveau/drm/nouveau: Don't forget to label dp_aux devicesLyude Paul1-1/+1
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie1-0/+3
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie4-4/+4
2018-07-16drm/nouveau: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann1-1/+1
2018-07-16drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul1-0/+3
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter4-4/+4
2018-03-08drm/nouveau: Replace the iturbt_709 prop with the standard COLOR_ENCODING propVille Syrjälä1-13/+13
2018-01-11drm/nouveau: deprecate pci_get_bus_and_slot()Sinan Kaya2-4/+10
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-02drm/nouveau/core/object: allow arguments to be passed to map functionBen Skeggs1-1/+1
2017-08-22drm/nouveau/kms/nv04-nv4x: fix exposed format listIlia Mirkin1-1/+35
2017-08-22drm/nouveau/kms/nv10-nv40: add NV21 support to overlayIlia Mirkin1-3/+6
2017-08-22drm/nouveau/kms/nv04-nv40: improve overlay error detection, fix pitch settingIlia Mirkin1-28/+34
2017-08-04drm: nouveau: remove dead code and pointless local lut storagePeter Rosin1-17/+9
2017-06-16drm/nouveau/kms/nv04: use new devinit script interpreter entry-pointBen Skeggs1-12/+4
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter1-1/+2
2017-03-29drm: Add acquire ctx parameter to ->set_configDaniel Vetter1-3/+4
2017-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter1-5/+7
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter1-2/+4
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie1-1/+2
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs13-125/+125
2017-02-17drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_deviceBen Skeggs1-2/+3
2017-01-31drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrievalIlia Mirkin1-1/+2
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-4/+4
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-2/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä2-7/+7
2016-12-14drm/nouveau: Add local 'fb' variablesVille Syrjälä2-3/+5
2016-12-14drm/nouveau: Fix crtc->primary->fb vs. drm_fb failVille Syrjälä1-2/+2
2016-11-15drm/nouveau: Use drm_crtc_vblank_off/onDaniel Vetter1-2/+2
2016-11-07drm/nouveau: add missing header dependenciesBaoyou Xie1-1/+1
2016-06-24drm/nouveau/dispnv04: Use helper to turn off CRTCLukas Wunner1-7/+2
2016-06-24drm/nouveau: Turn off CRTCs on driver unloadLukas Wunner1-10/+0
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst1-5/+7
2016-05-21Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-nextDave Airlie12-12/+13
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs12-12/+13
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-03-04drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2015-12-15drm/nouveau: Constify function pointer structsVille Syrjälä1-3/+3
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä4-4/+7