summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/scatterlist: Introduce and export __sg_alloc_table_from_pagesTvrtko Ursulin2017-09-072-21/+56
* lib/scatterlist: Avoid potential scatterlist entry overflowTvrtko Ursulin2017-09-072-11/+26
* lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesTvrtko Ursulin2017-09-074-6/+6
* drm/i915: Disable snooping (userptr, set-cache-level) on gen4Chris Wilson2017-09-072-2/+2
* drm/i915: Update DRIVER_DATE to 20170907Jani Nikula2017-09-071-2/+2
* drm/i915/cnl: WaThrottleEUPerfToAvoidTDBackPressure:cnl(pre-prod)Rodrigo Vivi2017-09-072-0/+5
* drm/i915: Lift has-pinned-pages assert to caller of ____i915_gem_object_get_p...Chris Wilson2017-09-061-2/+4
* drm/i915: Display WA #1133 WaFbcSkipSegments:cnl, glkRodrigo Vivi2017-09-062-0/+16
* drm/i915/cnl: Allow the reg_read ioctl to read the RCS TIMESTAMP registerNanley Chery2017-09-061-1/+1
* drm/i915: Move device_info.has_snoop into the static tablesChris Wilson2017-09-062-1/+8
* drm/i915: Disable MI_STORE_DATA_IMM for i915g/i915gmChris Wilson2017-09-064-21/+20
* drm/i915: Re-enable GTT following a device resetChris Wilson2017-09-061-3/+9
* drm/i915/cnp: Wa 1181: Fix Backlight issueRodrigo Vivi2017-09-052-2/+26
* drm/i915: Annotate user relocs with __userVille Syrjälä2017-09-051-1/+1
* drm/i915: Constify load detect modeVille Syrjälä2017-09-052-7/+7
* drm/i915/perf: Remove __user from u64 in drm_i915_perf_oa_configChris Wilson2017-09-051-3/+3
* drm/i915: Silence sparse by using gfp_tChris Wilson2017-09-051-1/+1
* Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-09-041221-24816/+23021
|\
| * Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie2017-08-299-161/+511
| |\
| | * drm/vmwgfx: Bump the version for fence FD supportSinclair Yeh2017-08-281-2/+2
| | * drm/vmwgfx: Add export fence to file descriptor supportSinclair Yeh2017-08-284-11/+70
| | * drm/vmwgfx: Add support for imported Fence File DescriptorSinclair Yeh2017-08-283-2/+71
| | * drm/vmwgfx: Prepare to support fence fdSinclair Yeh2017-08-282-8/+8
| | * drm/vmwgfx: Fix incorrect command header offset at restartThomas Hellstrom2017-08-281-0/+1
| | * drm/vmwgfx: Support the NOP_ERROR commandThomas Hellstrom2017-08-281-0/+2
| | * drm/vmwgfx: Restart command buffers after errorsThomas Hellstrom2017-08-283-27/+206
| | * drm/vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom2017-08-284-91/+112
| | * drm/vmwgfx: Don't use drm_irq_[un]installThomas Hellstrom2017-08-283-21/+40
| * | Merge tag 'exynos-drm-next-for-v4.14' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie2017-08-2918-327/+299
| |\ \
| | * | drm/exynos: simplify set_pixfmt() in DECON and FIMD driversTobias Jakobi2017-08-253-16/+3
| | * | drm/exynos: consistent use of cppTobias Jakobi2017-08-253-13/+13
| | * | drm/exynos: mixer: remove src offset from mixer_graph_buffer()Tobias Jakobi2017-08-251-9/+6
| | * | drm/exynos: mixer: simplify mixer_graph_buffer()Tobias Jakobi2017-08-251-4/+1
| | * | drm/exynos: mixer: simplify vp_video_buffer()Tobias Jakobi2017-08-251-20/+6
| | * | drm/exynos: mixer: enable NV12MT support for the video planeTobias Jakobi2017-08-254-1/+35
| | * | drm/exynos: mixer: fix chroma comment in vp_video_buffer()Tobias Jakobi2017-08-251-1/+1
| | * | arm64: dts: exynos: remove i80-if-timings nodesAndrzej Hajda2017-08-251-6/+0
| | * | dt-bindings: exynos5433-decon: remove i80-if-timings propertyAndrzej Hajda2017-08-251-12/+0
| | * | drm/exynos/decon5433: use mode info stored in CRTC to detect i80 modeAndrzej Hajda2017-08-251-15/+25
| | * | drm/exynos: add mode_valid callback to exynos_drmAndrzej Hajda2017-08-252-0/+15
| | * | drm/exynos/decon5433: refactor irq requesting codeAndrzej Hajda2017-08-251-24/+30
| | * | drm/exynos/mic: use mode info stored in CRTC to detect i80 modeAndrzej Hajda2017-08-251-40/+4
| | * | drm/exynos/dsi: propagate info about command mode from panelAndrzej Hajda2017-08-252-0/+3
| | * | drm/exynos/dsi: refactor panel detection logicAndrzej Hajda2017-08-251-101/+102
| | * | drm/exynos: use helper to set possible crtcsAndrzej Hajda2017-08-258-59/+53
| | * | drm/exynos/decon5433: use readl_poll_timeout helpersAndrzej Hajda2017-08-251-12/+8
| | |/
| * | Merge tag 'drm-misc-next-fixes-2017-08-28' of git://anongit.freedesktop.org/g...Dave Airlie2017-08-291-7/+7
| |\ \
| | * | drm: rename u32 in __u32 in uapiLionel Landwerlin2017-08-251-7/+7
| * | | drm/syncobj: Add a signal ioctl (v3)Jason Ekstrand2017-08-294-0/+41
| * | | drm/syncobj: Add a reset ioctl (v3)Jason Ekstrand2017-08-294-0/+44