summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/kms: Nuke dirty_info propertyDaniel Vetter2016-08-166-63/+0
* drm/hisilicon: Don't set drm_device->platformdevDaniel Vetter2016-08-163-11/+9
* drm/etnaviv: Don't set drm_device->platformdevDaniel Vetter2016-08-161-2/+0
* drm/kms-helpers: Extract drm_modeset_helper.[hc]Daniel Vetter2016-08-164-123/+154
* drm/doc: Fix more kerneldoc/sphinx warningsDaniel Vetter2016-08-167-34/+35
* drm: drop DRIVER_HAVE_IRQ flag for some driversShawn Guo2016-08-164-5/+4
* drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom2016-08-1611-17/+17
* drm/mgag200: fix error return code in mgag200fb_create()Wei Yongjun2016-08-161-1/+3
* drm: make drm_get_format_name thread-safeEric Engestrom2016-08-1511-47/+88
* Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-08-1560-5867/+6115
|\
| * drm/i915: Update DRIVER_DATE to 20160808Daniel Vetter2016-08-081-1/+1
| * drm/i915: fix aliasing_ppgtt leakMatthew Auld2016-08-051-0/+1
| * drm/i915: Update comment before i915_spin_requestDaniel Vetter2016-08-051-1/+1
| * drm/i915: Use drm official vblank_no_hw_counter callback.Rodrigo Vivi2016-08-051-7/+2
| * drm/i915: Fix copy_to_user usage for pipe_crcRodrigo Vivi2016-08-051-3/+1
| * Revert "drm/i915: Track active streams also for DP SST"Ville Syrjälä2016-08-054-26/+10
| * drm/i915: fix WaInsertDummyPushConstPsMatthew Auld2016-08-051-4/+4
| * drm/i915: Assert that the request hasn't been retiredChris Wilson2016-08-051-4/+2
| * drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson2016-08-0512-68/+98
| * drm/i915: Document and reject invalid tiling modesChris Wilson2016-08-051-0/+3
| * drm/i915: Remove locking for get_tilingChris Wilson2016-08-052-14/+11
| * drm/i915: Remove pinned check from madvise ioctlChris Wilson2016-08-051-6/+0
| * drm/i915: Reduce locking inside swfinish ioctlChris Wilson2016-08-051-15/+12
| * drm/i915: Remove (struct_mutex) locking for busy-ioctlChris Wilson2016-08-051-30/+101
| * drm/i915: Remove (struct_mutex) locking for wait-ioctlChris Wilson2016-08-051-31/+12
| * drm/i915: Do a nonblocking wait first in pread/pwriteChris Wilson2016-08-051-25/+35
| * drm/i915: Remove unused no-shrinker-stealChris Wilson2016-08-052-4/+0
| * drm/i915: Tidy generation of the GTT mmap offsetChris Wilson2016-08-051-47/+22
| * drm/i915/shrinker: Wait before acquiring struct_mutex under oomChris Wilson2016-08-051-4/+9
| * drm/i915: Simplify do_idling() (Ironlake vt-d w/a)Chris Wilson2016-08-051-29/+8
| * drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson2016-08-0513-76/+68
| * drm/i915: Remove forced stop ring on suspend/unloadChris Wilson2016-08-054-61/+0
| * drm/i915/userptr: Remove superfluous interruptible=false on waitingChris Wilson2016-08-051-8/+1
| * drm/i915: Convert non-blocking userptr waits for requests over to using RCUChris Wilson2016-08-051-27/+7
| * drm/i915: Convert non-blocking waits for requests over to using RCUChris Wilson2016-08-051-66/+48
| * drm/i915: Introduce i915_gem_active_wait_unlocked()Chris Wilson2016-08-051-0/+40
| * Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-08-05527-6670/+18791
| |\
| * | drm/i915: Fix iboost setting for SKL Y/U DP DDI buffer translation entry 2Ville Syrjälä2016-08-051-2/+2
| * | drm/i915/gen9: Give one extra block per line for SKL plane WM calculationsMatt Roper2016-08-041-0/+2
| * | drm/i915: Export our request as a dma-buf fence on the reservation objectChris Wilson2016-08-042-5/+84
| * | drm/i915: Enable lockless lookup of request tracking via RCUChris Wilson2016-08-044-13/+174
| * | drm/i915: Move i915_gem_object_wait_rendering()Chris Wilson2016-08-041-101/+103
| * | drm/i915: Move obj->active:5 to obj->flagsChris Wilson2016-08-046-18/+64
| * | drm/i915: Use dev_priv consistently through the intel_frontbuffer interfaceChris Wilson2016-08-047-69/+53
| * | drm/i915: Use atomics to manipulate obj->frontbuffer_bitsChris Wilson2016-08-046-44/+48
| * | drm/i915: Make fb_tracking.lock a spinlockChris Wilson2016-08-044-56/+71
| * | drm/i915: Separate intel_frontbuffer into its own headerChris Wilson2016-08-049-11/+49
| * | drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson2016-08-0411-39/+32
| * | drm/i915: Make i915_vma_pin() small and inlineChris Wilson2016-08-042-27/+44
| * | drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson2016-08-049-74/+90