| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/nouveau/kms/nv04: remove set but not used variable 'width' | YueHaibing | 2020-01-23 | 1 | -2/+1 |
* | drm/nouveau/kms/nv04: remove set but unused variable. | Wambui Karuga | 2020-01-15 | 1 | -2/+1 |
* | drm/nouveau/kms/nv04-nv4x: Use match_string() helper to simplify the code | YueHaibing | 2020-01-15 | 1 | -8/+5 |
* | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 2019-10-03 | 13 | -65/+5 |
|\ |
|
| * | drm/nouveau/dispnv04: Remove runtime PM | Lyude Paul | 2019-08-23 | 1 | -50/+1 |
| * | drm/nouveau: Disable atomic support on a per-device basis | Ville Syrjälä | 2019-08-23 | 1 | -1/+1 |
| * | drm/nouveau/dispnv04: subdev/bios.h is included more than once | Hariprasad Kelam | 2019-08-23 | 1 | -1/+0 |
| * | drm/nouveau: drop use of drmp.h | Sam Ravnborg | 2019-08-23 | 11 | -12/+3 |
| * | drm/nouveau: drop drmP.h from all header files | Sam Ravnborg | 2019-08-23 | 1 | -1/+0 |
* | | drm/connector: Allow max possible encoders to attach to a connector | José Roberto de Souza | 2019-09-16 | 1 | -1/+1 |
|/ |
|
* | drm/nouveau: fix bogus GPL-2 license header | Ben Skeggs | 2019-07-19 | 1 | -1/+1 |
* | drm/nouveau: fix bogus GPL-2 license header | Ilia Mirkin | 2019-07-19 | 2 | -2/+2 |
* | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman | 2019-05-30 | 1 | -0/+1 |
* | drm/nouveau/kms/nv04-nv4x: move resume code to dispnv04 init hook | Ben Skeggs | 2019-02-20 | 1 | -4/+66 |
* | drm/nouveau/kms/nv04-nv4x: move suspend code to dispnv04 fini hook | Ben Skeggs | 2019-02-20 | 1 | -1/+26 |
* | drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04 | Ben Skeggs | 2019-02-20 | 3 | -1/+234 |
* | drm/nouveau/kms: display destroy/init/fini hooks can be static | Ben Skeggs | 2019-02-20 | 2 | -58/+55 |
* | drm: Split out drm_probe_helper.h | Daniel Vetter | 2019-01-24 | 1 | -0/+1 |
* | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 2019-01-11 | 1 | -1/+1 |
|\ |
|
| * | drm/nouveau/drm/nouveau: Don't forget to label dp_aux devices | Lyude Paul | 2018-12-11 | 1 | -1/+1 |
* | | drm/nouveau: Stop using drm_crtc_force_disable | Daniel Vetter | 2019-01-11 | 1 | -1/+3 |
|/ |
|
* | BackMerge v4.18-rc7 into drm-next | Dave Airlie | 2018-07-30 | 1 | -0/+3 |
|\ |
|
| * | drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfs | Lyude Paul | 2018-07-16 | 1 | -0/+3 |
* | | Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 2018-07-20 | 4 | -4/+4 |
|\ \ |
|
| * | | drm: drop _mode_ from drm_mode_connector_attach_encoder | Daniel Vetter | 2018-07-13 | 4 | -4/+4 |
| |/ |
|
* | | drm/nouveau: Replace drm_gem_object_unreference_unlocked with put function | Thomas Zimmermann | 2018-07-16 | 1 | -1/+1 |
|/ |
|
* | drm/nouveau: Replace the iturbt_709 prop with the standard COLOR_ENCODING prop | Ville Syrjälä | 2018-03-08 | 1 | -13/+13 |
* | drm/nouveau: deprecate pci_get_bus_and_slot() | Sinan Kaya | 2018-01-11 | 2 | -4/+10 |
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2017-11-15 | 1 | -1/+1 |
|\ |
|
| * | drm/nouveau/core/object: allow arguments to be passed to map function | Ben Skeggs | 2017-11-02 | 1 | -1/+1 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
|/ |
|
* | drm/nouveau/kms/nv04-nv4x: fix exposed format list | Ilia Mirkin | 2017-08-22 | 1 | -1/+35 |
* | drm/nouveau/kms/nv10-nv40: add NV21 support to overlay | Ilia Mirkin | 2017-08-22 | 1 | -3/+6 |
* | drm/nouveau/kms/nv04-nv40: improve overlay error detection, fix pitch setting | Ilia Mirkin | 2017-08-22 | 1 | -28/+34 |
* | drm: nouveau: remove dead code and pointless local lut storage | Peter Rosin | 2017-08-04 | 1 | -17/+9 |
* | drm/nouveau/kms/nv04: use new devinit script interpreter entry-point | Ben Skeggs | 2017-06-16 | 1 | -12/+4 |
* | drm: Add acquire ctx to ->gamma_set hook | Daniel Vetter | 2017-04-06 | 1 | -1/+2 |
* | drm: Add acquire ctx parameter to ->set_config | Daniel Vetter | 2017-03-29 | 1 | -3/+4 |
* | drm: Add acquire ctx parameter to ->plane_disable | Daniel Vetter | 2017-03-29 | 1 | -5/+7 |
* | drm: Add acquire ctx parameter to ->update_plane | Daniel Vetter | 2017-03-29 | 1 | -2/+4 |
* | Merge tag 'v4.10-rc8' into drm-next | Dave Airlie | 2017-02-23 | 1 | -1/+2 |
|\ |
|
| * | drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrieval | Ilia Mirkin | 2017-01-31 | 1 | -1/+2 |
* | | drm/nouveau: allocate device object for every client | Ben Skeggs | 2017-02-17 | 13 | -125/+125 |
* | | drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device | Ben Skeggs | 2017-02-17 | 1 | -2/+3 |
* | | drm: Nuke fb->pixel_format | Ville Syrjälä | 2016-12-15 | 1 | -4/+4 |
* | | drm: Nuke fb->bits_per_pixel | Ville Syrjälä | 2016-12-15 | 1 | -2/+2 |
* | | drm: Nuke fb->depth | Ville Syrjälä | 2016-12-15 | 2 | -7/+7 |
* | | drm/nouveau: Add local 'fb' variables | Ville Syrjälä | 2016-12-14 | 2 | -3/+5 |
* | | drm/nouveau: Fix crtc->primary->fb vs. drm_fb fail | Ville Syrjälä | 2016-12-14 | 1 | -2/+2 |
|/ |
|
* | drm/nouveau: Use drm_crtc_vblank_off/on | Daniel Vetter | 2016-11-15 | 1 | -2/+2 |