summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2015-10-3036-351/+616
|\
| * drm/amdgpu: change VM size default to 64GBChristian König2015-10-211-2/+2
| * drm/amdgpu: add Stoney pci idsSamuel Li2015-10-211-0/+2
| * drm/amdgpu: update the core VI support for StoneySamuel Li2015-10-212-6/+33
| * drm/amdgpu: add VCE support for Stoney (v2)Samuel Li2015-10-212-2/+8
| * drm/amdgpu: add UVD support for StoneySamuel Li2015-10-211-0/+5
| * drm/amdgpu: add GFX support for Stoney (v2)Samuel Li2015-10-211-18/+382
| * drm/amdgpu: add SDMA support for Stoney (v2)Samuel Li2015-10-211-0/+28
| * drm/amdgpu: add DCE support for StoneySamuel Li2015-10-211-1/+18
| * drm/amdgpu: Update SMC/DPM for StoneySamuel Li2015-10-212-16/+65
| * drm/amdgpu: add GMC support for StoneySamuel Li2015-10-211-0/+12
| * drm/amdgpu: add Stoney chip familySamuel Li2015-10-212-0/+2
| * drm/amdgpu: fix the broken vm->mutex V2Chunming Zhou2015-10-213-46/+19
| * drm/amdgpu: remove the unnecessary parameter adev for amdgpu_fence_wait_any()Junwei Zhang2015-10-213-10/+4
| * drm/amdgpu: remove the exclusive lockChristian König2015-10-216-42/+8
| * drm/amdgpu: remove old lockup detection infrastructureChristian König2015-10-2115-169/+1
| * drm: fix trivial typosGeliang Tang2015-10-214-4/+4
| * drm/amdgpu/dce: simplify suspend/resumeAlex Deucher2015-10-193-33/+14
| * drm/amdgpu/gfx8: set TC_WB_ACTION_EN in RELEASE_MEM packetAlex Deucher2015-10-191-0/+1
| * drm/radeon: Use rdev->gem.mutex to protect hyperz/cmask ownersDaniel Vetter2015-10-151-2/+8
* | Merge tag 'drm-intel-next-fixes-2015-10-22' of git://anongit.freedesktop.org/...Dave Airlie2015-10-3024-639/+791
|\ \
| * | drm/i915: Use round to closest when computing the CEA 1.001 pixel clocksVille Syrjälä2015-10-191-6/+6
| * | drm/i915: Kill the leftover RMW from ivb_sprite_disable()Ville Syrjälä2015-10-151-1/+1
| * | drm/i915: restore ggtt double-bind avoidanceDaniel Vetter2015-10-151-12/+34
| * | drm/i915/skl: Enable pipe gamma for sprite planes.Bob Paauwe2015-10-151-0/+1
| * | drm/i915/skl+: Enable pipe CSC on cursor planes. (v2)Bob Paauwe2015-10-151-1/+1
| * | drm/i915: Move skl/bxt gt specific workarounds to ring initMika Kuoppala2015-10-132-61/+43
| * | drm/i915: Drop i915_gem_obj_is_pinned() from set-cache-levelChris Wilson2015-10-131-21/+78
| * | drm/i915: revert a few more watermark commitsPaulo Zanoni2015-10-136-199/+293
| * | drm/i915: Remove dev_priv argument from NEEDS_FORCE_WAKEVille Syrjälä2015-10-131-8/+8
| * | drm/i915: Clean up LVDS register handlingVille Syrjälä2015-10-131-16/+14
| * | drm/i915: Throw out some useless variablesVille Syrjälä2015-10-133-60/+28
| * | drm/i915: Parametrize and fix SWF registersVille Syrjälä2015-10-133-25/+50
| * | drm/i915: s/PIPE_FRMCOUNT_GM45/PIPE_FRMCOUNT_G4X/ etc.Ville Syrjälä2015-10-133-11/+11
| * | drm/i915: Turn GEN5_ASSERT_IIR_IS_ZERO() into a functionVille Syrjälä2015-10-131-14/+17
| * | drm/i915: Fix a few bad hex numbers in register definesVille Syrjälä2015-10-131-2/+2
| * | drm/i915: Protect register macro argumentsVille Syrjälä2015-10-131-46/+46
| * | drm/i915: Include gpio_mmio_base in GMBUS reg definesVille Syrjälä2015-10-132-37/+29
| * | drm/i915: Parametrize HSW video DIP data registersVille Syrjälä2015-10-133-28/+32
| * | drm/i915: Eliminate weird parameter inversion from BXT PPS registersVille Syrjälä2015-10-131-4/+4
| * | drm/i915: Hold dev->event_lock whilst inspecting intel_crtc->unpin_workChris Wilson2015-10-131-25/+32
| * | i915: switch from acpi_os_ioremap to memremapWilliams, Dan J2015-10-135-62/+62
| * | drm/i915: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner2015-10-131-1/+0
* | | drm/msm: Remove local fbdev emulation Kconfig optionArchit Taneja2015-10-223-21/+3
* | | drm/msm/mdp5: Basic support for MDP5 v1.7 (MSM8996)Stephane Viau2015-10-226-14/+133
* | | drm/msm/mdp: Add Software Pixel Extension supportStephane Viau2015-10-222-31/+128
* | | drm/msm/mdp5: Use the newly introduced enum mdp_component_typeStephane Viau2015-10-221-12/+13
* | | drm/msm/hdmi: Add basic HDMI support for msm8996Stephane Viau2015-10-221-3/+14
* | | drm/msm/mdp5: Avoid printing error messages for optional clocksStephane Viau2015-10-221-11/+16
* | | drm/msm: Fix IOMMU clean up path in case msm_iommu_new() failsStephane Viau2015-10-222-0/+9