| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/qxl: unset a pointer in sync_obj_unref | Maarten Lankhorst | 2014-04-02 | 1 | -0/+1 |
* | drm/nouveau: don't suspend/resume display on runtime s/r | Dave Airlie | 2014-04-02 | 1 | -7/+5 |
* | drm/vmwgfx: Bump driver minor and date | Thomas Hellstrom | 2014-03-28 | 1 | -2/+2 |
* | drm/vmwgfx: Enable render nodes | Thomas Hellstrom | 2014-03-28 | 1 | -22/+21 |
* | drm/vmwgfx: Tighten the security around buffer maps | Thomas Hellstrom | 2014-03-28 | 1 | -2/+7 |
* | drm/ttm: Add a ttm_ref_object_exists function | Thomas Hellstrom | 2014-03-28 | 1 | -0/+46 |
* | drm/vmwgfx: Tighten security around surface sharing v2 | Thomas Hellstrom | 2014-03-28 | 1 | -0/+24 |
* | drm/vmwgfx: Allow prime fds in the surface reference ioctls | Thomas Hellstrom | 2014-03-28 | 1 | -35/+70 |
* | drm/vmwgfx: Drop authentication requirement on UNREF ioctls | Thomas Hellstrom | 2014-03-28 | 1 | -5/+5 |
* | drm/vmwgfx: Reinstate and tighten security around legacy master model | Thomas Hellstrom | 2014-03-28 | 1 | -5/+89 |
* | drm/vmwgfx: Use a per-device semaphore for reservation protection | Thomas Hellstrom | 2014-03-28 | 11 | -58/+46 |
* | drm: Add a function to get the ioctl flags | Thomas Hellstrom | 2014-03-28 | 1 | -0/+18 |
* | drm: Protect the master management with a drm_device::master_mutex v3 | Thomas Hellstrom | 2014-03-28 | 2 | -26/+39 |
* | drm: Remove the minor master list | Thomas Hellstrom | 2014-03-28 | 1 | -5/+0 |
* | drm: Improve on minor type helpers v3 | Thomas Hellstrom | 2014-03-28 | 2 | -6/+4 |
* | drm: Make control nodes master-less v3 | Thomas Hellstrom | 2014-03-28 | 2 | -5/+8 |
* | drm: Break out ioctl permission check to a separate function v2 | Thomas Hellstrom | 2014-03-28 | 1 | -38/+75 |
* | drm: Have the crtc code only reference master from legacy nodes v2 | Thomas Hellstrom | 2014-03-28 | 1 | -6/+8 |
* | drm/i915: fix build warning on 32-bit (v2) | Dave Airlie | 2014-03-28 | 1 | -1/+1 |
* | drm: Remove the ', ' after the function name in debug logs | Lespiau, Damien | 2014-03-28 | 1 | -1/+1 |
* | drm: Remove the prefix argument of drm_ut_debug_printk() | Lespiau, Damien | 2014-03-28 | 1 | -4/+2 |
* | drm: drm_ut_debug_printk() isn't called with NULL anywmore | Lespiau, Damien | 2014-03-28 | 1 | -5/+1 |
* | drm: Pull the test on drm_debug in the logging macros | Lespiau, Damien | 2014-03-28 | 1 | -14/+12 |
* | drm/i915: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS() | Lespiau, Damien | 2014-03-28 | 5 | -39/+39 |
* | drm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS() | Lespiau, Damien | 2014-03-28 | 1 | -10/+10 |
* | drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS() | Lespiau, Damien | 2014-03-28 | 2 | -2/+2 |
* | drm/bridge: PTN3460 needs DRM_KMS_HELPER | Arnd Bergmann | 2014-03-27 | 1 | -1/+2 |
* | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/... | Dave Airlie | 2014-03-26 | 154 | -4412/+10033 |
|\ |
|
| * | drm/nouveau: fix missing newline | Alexandre Courbot | 2014-03-26 | 1 | -1/+1 |
| * | drm/nouveau/bios: fetch the vbios from PROM using only aligned 32-bit accesses | Martin Peres | 2014-03-26 | 1 | -14/+19 |
| * | drm/nouveau/therm: let the vbios decide on the automatic fan management mode | Martin Peres | 2014-03-26 | 4 | -8/+25 |
| * | drm/nvd7/therm: handle another kind of PWM fans | Martin Peres | 2014-03-26 | 6 | -16/+35 |
| * | drm/nouveau/pm/fan: drop the fan lock in fan_update() before rescheduling | Martin Peres | 2014-03-26 | 1 | -6/+13 |
| * | drm/nouveau: fix small thinko in vblank timestamping. | Mario Kleiner | 2014-03-26 | 1 | -1/+1 |
| * | drm/nouveau/therm: check for sensor presence with requested mode, not current | Ben Skeggs | 2014-03-26 | 1 | -1/+1 |
| * | drm/nouveau/disp/dp: allow 540MHz data rate | Ilia Mirkin | 2014-03-26 | 1 | -1/+1 |
| * | drm/nouveau: recognise higher link rate for available dp bw calculations | Ben Skeggs | 2014-03-26 | 1 | -1/+4 |
| * | drm/nouveau/disp: limit dp capabilities as per dcb | Ben Skeggs | 2014-03-26 | 2 | -1/+36 |
| * | drm/nva3/fbram: restrict training pattern setup to GT218 | Ben Skeggs | 2014-03-26 | 1 | -15/+17 |
| * | drm/nva3/devinit: restrict script access to some PFB regs | Ben Skeggs | 2014-03-26 | 2 | -0/+51 |
| * | drm/nouveau/devinit: add interface to check if a mmio access by scripts is ok | Ben Skeggs | 2014-03-26 | 4 | -3/+11 |
| * | drm/nouveau/bios: have strap reads show on devinit spam debug level | Ben Skeggs | 2014-03-26 | 7 | -11/+13 |
| * | drm/nv50/gpio: fixup reset for gpios >= 16 | Ben Skeggs | 2014-03-26 | 1 | -2/+3 |
| * | drm/nv50/gpio: exclude sense value from mask when changing registers | Ben Skeggs | 2014-03-26 | 1 | -1/+1 |
| * | drm/gk104/gr: therm magic needed on some kepler boards | Ben Skeggs | 2014-03-26 | 1 | -1/+24 |
| * | drm/gm107/gr: initial support | Ben Skeggs | 2014-03-26 | 13 | -7/+2942 |
| * | drm/gf100-/gf: fix a stupid typo, waiting on wrong signal for mmctx | Ben Skeggs | 2014-03-26 | 11 | -11/+11 |
| * | drm/nouveau/bios: parsing of some random table needed to bring up gr | Ben Skeggs | 2014-03-26 | 3 | -0/+133 |
| * | drm/nv50/bar: fix plymouth issues on certain efi macbooks | Ben Skeggs | 2014-03-26 | 1 | -1/+3 |
| * | drm/nouveau: fix fbcon not being accelerated after suspend | Ben Skeggs | 2014-03-26 | 1 | -2/+2 |