summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'imx-drm-next-2016-11-10' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2016-11-116-132/+124
|\
| * gpu: ipu-di: silence videomode logspamLucas Stach2016-11-091-1/+1
| * gpu: ipu-v3: add ipu_csi_set_downsizePhilipp Zabel2016-11-071-0/+16
| * drm/imx: imx-ldb: remove unnecessary double disable checkPhilipp Zabel2016-11-071-12/+0
| * gpu: ipu-v3: initially clear all interruptsPhilipp Zabel2016-10-201-1/+4
| * drm/imx: ipuv3-plane: add support for YUV 4:2:2 and 4:4:4, NV12, and NV16 for...Philipp Zabel2016-10-201-13/+47
| * gpu: ipu-v3: add YUV 4:4:4 supportPhilipp Zabel2016-10-202-0/+9
| * gpu: ipu-cpmem: remove unused ipu_cpmem_set_yuv_planar functionPhilipp Zabel2016-10-201-36/+0
| * drm/imx: ipuv3-plane: let drm_plane_state_to_ubo/vbo handle chroma subsamplin...Philipp Zabel2016-10-201-9/+18
| * drm/imx: ipuv3-plane: merge ipu_plane_atomic_set_base into atomic_updatePhilipp Zabel2016-10-201-63/+34
| * drm/imx: ipuv3-plane: request modeset if plane offsets changedPhilipp Zabel2016-10-201-4/+2
* | Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-11-1162-130/+613
|\ \
| * | drm: Make DRM_DEBUG_MM depend on STACKTRACE_SUPPORTChris Wilson2016-11-091-0/+1
| * | drm/i915: Restrict DRM_DEBUG_MM automatic selectionChris Wilson2016-11-091-1/+1
| * | drm: Restrict stackdepot usage to builtin drm.koChris Wilson2016-11-091-1/+1
| * | drm/msm: module param to dump state on error irqRob Clark2016-11-083-0/+25
| * | drm/msm/mdp5: add atomic_print_state supportRob Clark2016-11-082-1/+29
| * | drm/atomic: add debugfs file to dump out atomic stateRob Clark2016-11-082-0/+72
| * | drm/atomic: add new drm_debug bit to dump atomic stateRob Clark2016-11-081-0/+93
| * | drm: add helpers to go from plane state to drm_rectRob Clark2016-11-083-26/+6
| * | drm: add helper for printing to log or seq_fileRob Clark2016-11-082-1/+55
| * | drm: helper macros to print composite typesRob Clark2016-11-082-16/+3
| * | drm/ttm: fix ttm_bo_waitChristian König2016-11-091-1/+8
| * | drm/amdgpu: add the interface of waiting multiple fences (v4)Junwei Zhang2016-11-094-1/+179
| * | drm: Add stackdepot include for DRM_DEBUG_MMChris Wilson2016-11-081-0/+2
| * | drm/msm: use drm_atomic_set_fence_for_plane() to set the fenceGustavo Padovan2016-11-081-1/+2
| * | drm/imx: use drm_atomic_set_fence_for_plane() to set the fenceGustavo Padovan2016-11-081-2/+4
| * | drm/atomic: add drm_atomic_set_fence_for_plane()Gustavo Padovan2016-11-081-0/+30
| * | drm: don't override possible_crtcs for primary/cursor planesRob Clark2016-11-081-2/+2
| * | drm/edid: Add the missing "Hz" to VIC 58,59 commentVille Syrjälä2016-11-081-2/+2
| * | drm/gma500: remove unused ioctl declarationsJiang Biao2016-11-081-4/+0
| * | drm/gma500: make function static to eliminate compiling warningJiang Biao2016-11-081-1/+1
| * | drm: update the documentation of drm_framebuffer_unregister_privateRongrong Zou2016-11-081-0/+5
| * | drm/i915: Enable drm_mm debug when enabling DRM_I915_DEBUGChris Wilson2016-11-081-0/+1
| * | drm: Track drm_mm allocators and show leaks on shutdownChris Wilson2016-11-082-3/+84
| * | drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-0234-71/+8
| * | drm/gma500: Add compat ioctlPatrik Jakobsson2016-11-021-0/+3
* | | Merge tag 'drm-intel-next-2016-11-08' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-11-1177-4782/+6751
|\ \ \
| * | | drm/i915: Update DRIVER_DATE to 20161108Daniel Vetter2016-11-081-2/+2
| * | | drm/i915: Mark CPU cache as dirty when used for renderingChris Wilson2016-11-071-0/+8
| * | | drm/i915: Add assert for no pending GPU requests during suspend/resume in LR ...Imre Deak2016-11-071-0/+3
| * | | drm/i915: Make sure engines are idle during GPU idling in LR modeImre Deak2016-11-073-0/+33
| * | | drm/i915: Avoid early GPU idling due to race with new requestImre Deak2016-11-071-0/+7
| * | | drm/i915: Avoid early GPU idling due to already pending idle workImre Deak2016-11-071-3/+3
| * | | drm/i915: Limit Valleyview and earlier to only using mappable scanoutChris Wilson2016-11-071-2/+16
| * | | drm/i915: Round tile chunks up for constructing partial VMAsChris Wilson2016-11-071-1/+1
| * | | drm/i915: Remove the vma from the object list upon closeChris Wilson2016-11-071-2/+3
| * | | drm/i915: Reinit polling before hpd when resumingLyude2016-11-041-1/+2
| * | | drm/i915: Remove redundant reprobe in i915_drm_resumeLyude2016-11-041-2/+0
| * | | drm/i915/dp: Extend BDW DP audio workaround to GEN9 platformsDhinakaran Pandiyan2016-11-041-2/+4
OpenPOWER on IntegriCloud