summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | drm/ttm: Add a ttm_ref_object_exists functionThomas Hellstrom2014-03-282-0/+50
| | * | | | | drm/vmwgfx: Tighten security around surface sharing v2Thomas Hellstrom2014-03-281-0/+24
| | * | | | | drm/vmwgfx: Allow prime fds in the surface reference ioctlsThomas Hellstrom2014-03-282-36/+81
| | * | | | | drm/vmwgfx: Drop authentication requirement on UNREF ioctlsThomas Hellstrom2014-03-281-5/+5
| | * | | | | drm/vmwgfx: Reinstate and tighten security around legacy master modelThomas Hellstrom2014-03-281-5/+89
| | * | | | | drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-2811-58/+46
| | * | | | | drm: Add a function to get the ioctl flagsThomas Hellstrom2014-03-282-0/+19
| | * | | | | drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom2014-03-283-47/+64
| | * | | | | drm: Remove the minor master listThomas Hellstrom2014-03-282-7/+0
| | * | | | | drm: Improve on minor type helpers v3Thomas Hellstrom2014-03-283-7/+10
| | * | | | | drm: Make control nodes master-less v3Thomas Hellstrom2014-03-283-5/+13
| | * | | | | drm: Break out ioctl permission check to a separate function v2Thomas Hellstrom2014-03-281-38/+75
| | * | | | | drm: Have the crtc code only reference master from legacy nodes v2Thomas Hellstrom2014-03-281-6/+8
| |/ / / / /
| * | | | | drm/i915: fix build warning on 32-bit (v2)Dave Airlie2014-03-281-1/+1
| * | | | | drm: Remove the ', ' after the function name in debug logsLespiau, Damien2014-03-281-1/+1
| * | | | | drm: Remove the prefix argument of drm_ut_debug_printk()Lespiau, Damien2014-03-282-15/+8
| * | | | | drm: drm_ut_debug_printk() isn't called with NULL anywmoreLespiau, Damien2014-03-281-5/+1
| * | | | | drm: Pull the test on drm_debug in the logging macrosLespiau, Damien2014-03-282-26/+27
| * | | | | drm: Remove the now unused DRM_LOG* macrosLespiau, Damien2014-03-281-19/+0
| * | | | | staging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien2014-03-281-1/+1
| * | | | | drm/i915: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien2014-03-285-39/+39
| * | | | | drm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien2014-03-281-10/+10
| * | | | | drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien2014-03-282-2/+2
| * | | | | drm: Remove the unused (and unusable) DRM_LOG_MODE()Lespiau, Damien2014-03-281-6/+0
| * | | | | drm: Refresh the explanation of debug categoriesLespiau, Damien2014-03-281-30/+27
| * | | | | drm/bridge: PTN3460 needs DRM_KMS_HELPERArnd Bergmann2014-03-271-1/+2
| * | | | | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2014-03-26154-4412/+10033
| |\ \ \ \ \
| | * | | | | drm/nouveau: fix missing newlineAlexandre Courbot2014-03-261-1/+1
| | * | | | | drm/nouveau/bios: fetch the vbios from PROM using only aligned 32-bit accessesMartin Peres2014-03-261-14/+19
| | * | | | | drm/nouveau/therm: let the vbios decide on the automatic fan management modeMartin Peres2014-03-264-8/+25
| | * | | | | drm/nvd7/therm: handle another kind of PWM fansMartin Peres2014-03-266-16/+35
| | * | | | | drm/nouveau/pm/fan: drop the fan lock in fan_update() before reschedulingMartin Peres2014-03-261-6/+13
| | * | | | | drm/nouveau: fix small thinko in vblank timestamping.Mario Kleiner2014-03-261-1/+1
| | * | | | | drm/nouveau/therm: check for sensor presence with requested mode, not currentBen Skeggs2014-03-261-1/+1
| | * | | | | drm/nouveau/disp/dp: allow 540MHz data rateIlia Mirkin2014-03-261-1/+1
| | * | | | | drm/nouveau: recognise higher link rate for available dp bw calculationsBen Skeggs2014-03-261-1/+4
| | * | | | | drm/nouveau/disp: limit dp capabilities as per dcbBen Skeggs2014-03-262-1/+36
| | * | | | | drm/nva3/fbram: restrict training pattern setup to GT218Ben Skeggs2014-03-261-15/+17
| | * | | | | drm/nva3/devinit: restrict script access to some PFB regsBen Skeggs2014-03-262-0/+51
| | * | | | | drm/nouveau/devinit: add interface to check if a mmio access by scripts is okBen Skeggs2014-03-264-3/+11
| | * | | | | drm/nouveau/bios: have strap reads show on devinit spam debug levelBen Skeggs2014-03-267-11/+13
| | * | | | | drm/nv50/gpio: fixup reset for gpios >= 16Ben Skeggs2014-03-261-2/+3
| | * | | | | drm/nv50/gpio: exclude sense value from mask when changing registersBen Skeggs2014-03-261-1/+1
| | * | | | | drm/gk104/gr: therm magic needed on some kepler boardsBen Skeggs2014-03-261-1/+24
| | * | | | | drm/gm107/gr: initial supportBen Skeggs2014-03-2613-7/+2942
| | * | | | | drm/gf100-/gf: fix a stupid typo, waiting on wrong signal for mmctxBen Skeggs2014-03-2611-11/+11
| | * | | | | drm/nouveau/bios: parsing of some random table needed to bring up grBen Skeggs2014-03-263-0/+133
| | * | | | | drm/nv50/bar: fix plymouth issues on certain efi macbooksBen Skeggs2014-03-261-1/+3
| | * | | | | drm/nouveau: fix fbcon not being accelerated after suspendBen Skeggs2014-03-261-2/+2
| | * | | | | drm/gf100-/gr: split ppc state into its subunitsBen Skeggs2014-03-2610-44/+62
OpenPOWER on IntegriCloud