summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/fsl-dcu: rework codes to support of_graph dt binding for panelMeng Yi2016-07-164-25/+57
* drm/fsl-dcu: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-161-0/+1
* Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2016-07-155-53/+126
|\
| * drm/exynos: iommu: add support for ARM64 specific code for IOMMU glueMarek Szyprowski2016-07-133-7/+57
| * drm/exynos: iommu: move ARM specific code to exynos_drm_iommu.hMarek Szyprowski2016-07-132-33/+42
| * drm/exynos: iommu: remove unused entries from exynos_drm_private strcutureMarek Szyprowski2016-07-132-9/+2
| * drm/exynos: iommu: add a check if all sub-devices have iommu controllerMarek Szyprowski2016-07-131-0/+5
| * drm/exynos: iommu: move dma_params configuration code to separate functionsMarek Szyprowski2016-07-131-6/+22
* | Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d...Dave Airlie2016-07-157-22/+211
|\ \
| * | drm/vc4: remove redundant ret status checkColin Ian King2016-07-121-3/+0
| * | drm/vc4: Implement precise vblank timestamping.Mario Kleiner2016-07-124-1/+192
| * | drm/vc4: Bind the HVS before we bind the individual CRTCs.Eric Anholt2016-07-121-1/+1
| * | Merge tag 'drm-vc4-fixes-2016-06-06' into drm-vc4-nextEric Anholt2016-07-084-21/+45
| |\ \
| * | | gpu: drm: vc4_hdmi: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-081-6/+7
| * | | drm: vc4: enable XBGR8888 and ABGR8888 pixel formatsRob Herring2016-07-081-0/+8
| * | | drm/vc4: clean up error exit path on failed dpi_connector allocationColin Ian King2016-06-061-11/+3
* | | | Merge tag 'drm-intel-next-2016-07-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-07-1572-5415/+6344
|\ \ \ \
| * | | | drm/i915: Update DRIVER_DATE to 20160711Daniel Vetter2016-07-111-1/+1
| * | | | drm/i915: Select DRM_VGEM for igtChris Wilson2016-07-101-0/+1
| * | | | drm/i915: Select X86_MSR for igtChris Wilson2016-07-101-0/+1
| * | | | drm/i915: Fill unused GGTT with scratch pages for VT-dChris Wilson2016-07-083-11/+11
| * | | | drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.Rodrigo Vivi2016-07-074-3/+11
| * | | | drm/i915:gen9: implement WaMediaPoolStateCmdInWABBTim Gore2016-07-071-0/+25
| * | | | drm/i915: Check for invalid cloning earlier during modesetVille Syrjälä2016-07-071-25/+5
| * | | | drm/i915: Simplify hdmi_12bpc_possible()Ville Syrjälä2016-07-071-19/+1
| * | | | drm/i915: Kill has_dsi_encoderVille Syrjälä2016-07-074-36/+20
| * | | | drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/Ville Syrjälä2016-07-077-24/+24
| * | | | drm/i915: Replace some open coded intel_crtc_has_dp_encoder()sVille Syrjälä2016-07-072-7/+6
| * | | | drm/i915: Kill has_dp_encoder from pipe_configVille Syrjälä2016-07-075-23/+19
| * | | | drm/i915: Replace manual lvds and sdvo/hdmi counting with intel_crtc_has_type()Ville Syrjälä2016-07-071-34/+10
| * | | | drm/i915: Unify intel_pipe_has_type() and intel_pipe_will_have_type()Ville Syrjälä2016-07-073-59/+45
| * | | | drm/i915: Add output_types bitmask into the crtc stateVille Syrjälä2016-07-072-30/+26
| * | | | drm/i915: Remove encoder type checks from MST suspend/resumeVille Syrjälä2016-07-071-18/+10
| * | | | drm/i915: Don't mark eDP encoders as MST capableVille Syrjälä2016-07-071-1/+1
| * | | | drm/i915: avoid wait_for_atomic() in non-atomic host2guc_action()Dave Gordon2016-07-061-2/+8
| * | | | drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson2016-07-065-35/+37
| * | | | drm/i915: Wake up the bottom-half if we steal their interruptChris Wilson2016-07-061-0/+22
| * | | | drm/i915: Always double check for a missed interrupt for new bottom halvesChris Wilson2016-07-061-5/+11
| * | | | drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-0535-226/+236
| * | | | drm/i915: Remove impossible tests for dev->dev_privateChris Wilson2016-07-051-2/+2
| * | | | drm/i915: Remove use of dev_priv->dev backpointer in __i915_printk()Chris Wilson2016-07-051-2/+1
| * | | | drm/i915: Split out runtime configuration of device info to its own fileChris Wilson2016-07-054-391/+421
| * | | | drm/i915: Skip capturing an error state if we already have oneChris Wilson2016-07-051-0/+3
| * | | | drm/i915: Clean up GPU hang messageChris Wilson2016-07-051-15/+26
| * | | | drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()Chris Wilson2016-07-051-24/+5
| * | | | drm/i915: Replace lockless_dereference(bool) with READ_ONCE()Chris Wilson2016-07-052-2/+2
| * | | | drm/i915: Explicitly convert some macros to boolean valuesTvrtko Ursulin2016-07-041-10/+10
| * | | | drm/i915: convert a few more E->dev_private to to_i915(E)Dave Gordon2016-07-043-7/+3
| * | | | drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-0447-703/+702
| * | | | i915/guc: Add Kabylake GuC LoadingPeter Antoine2016-07-041-0/+7