summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2014-03-31drm/i915/display: prefer struct drm_i915_private to drm_i915_private_tJani Nikula
2014-03-31drm/i915/irq: prefer struct drm_i915_private to drm_i915_private_tJani Nikula
2014-03-31drm/i915/gem: prefer struct drm_i915_private to drm_i915_private_tJani Nikula
2014-03-31drm/i915/dma: prefer struct drm_i915_private to drm_i915_private_tJani Nikula
2014-03-31drm/i915/debugfs: prefer struct drm_i915_private to drm_i915_private_tJani Nikula
2014-03-31drm/i915: Mask PM/RPS interrupt generation based on activityChris Wilson
2014-03-31drm/i915: Refactor gen6_set_rpsChris Wilson
2014-03-31Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq."Chris Wilson
2014-03-31drm/i915: Make sure vsyncshift is positiveVille Syrjälä
2014-03-31drm/i915: Fix the interlace mode selection for gmch platformsVille Syrjälä
2014-03-31drm/i915: Program VSYNCSHIFT in a more consistent mannerVille Syrjälä
2014-03-31drm/i915/vlv: use W_SYNC_SHIFT for interlaced modes on VLVJesse Barnes
2014-03-31drm/i915: restrict vt-d stolen memory workaround to pre-gen8Daniel Vetter
2014-03-31Merge tag 'v3.14' into drm-intel-next-queuedDaniel Vetter
2014-03-28drm/i915/tv: fix gen4 composite s-video tv-outJani Nikula
2014-03-28drm/i915: Split 64bit hexadecimal addresses to make them easier to readChris Wilson
2014-03-28drm/i915: Broadwell expands ACTHD to 64bitChris Wilson
2014-03-28drm/i915/bdw: Implement Wa4x4STCOptimizationDisable:bdwDamien Lespiau
2014-03-28drm/i915: Undo gtt scratch pte unmapping againDaniel Vetter
2014-03-28drm/i915: Recompute WM when the cursor size changesChris Wilson
2014-03-28drm/i915: Compute WM for current cursor sizeChris Wilson
2014-03-28drm/i915: Remove the enabling of VS_TIMER_DISPATCH bit in MI MODE regAkash Goel
2014-03-28drm/i915: Track the enabled PM interrupts in dev_priv.Deepak S
2014-03-28drm/i915: Fix initial pipe underrun state trackingDaniel Vetter
2014-03-28drm/i915: fix up semaphore_waits_forDaniel Vetter
2014-03-28drm/i915: add locking to fixed panel edid probingDaniel Vetter
2014-03-28drm/vmwgfx: Bump driver minor and dateThomas Hellstrom
2014-03-28drm/vmwgfx: Enable render nodesThomas Hellstrom
2014-03-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom
2014-03-28drm/ttm: Add a ttm_ref_object_exists functionThomas Hellstrom
2014-03-28drm/vmwgfx: Tighten security around surface sharing v2Thomas Hellstrom
2014-03-28drm/vmwgfx: Allow prime fds in the surface reference ioctlsThomas Hellstrom
2014-03-28drm/vmwgfx: Drop authentication requirement on UNREF ioctlsThomas Hellstrom
2014-03-28drm/vmwgfx: Reinstate and tighten security around legacy master modelThomas Hellstrom
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom
2014-03-28drm: Add a function to get the ioctl flagsThomas Hellstrom
2014-03-28drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom
2014-03-28drm: Remove the minor master listThomas Hellstrom
2014-03-28drm: Improve on minor type helpers v3Thomas Hellstrom
2014-03-28drm: Make control nodes master-less v3Thomas Hellstrom
2014-03-28drm: Break out ioctl permission check to a separate function v2Thomas Hellstrom
2014-03-28drm: Have the crtc code only reference master from legacy nodes v2Thomas Hellstrom
2014-03-28drm/i915: fix build warning on 32-bit (v2)Dave Airlie
2014-03-28drm: Remove the ', ' after the function name in debug logsLespiau, Damien
2014-03-28drm: Remove the prefix argument of drm_ut_debug_printk()Lespiau, Damien
2014-03-28drm: drm_ut_debug_printk() isn't called with NULL anywmoreLespiau, Damien
2014-03-28drm: Pull the test on drm_debug in the logging macrosLespiau, Damien
2014-03-28drm/i915: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien
2014-03-28drm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien
2014-03-28drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien