summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove intel_finish_page_flip_plane.Maarten Lankhorst2016-05-193-18/+7Star
* drm/i915: Remove stallcheck special handling, v3.Maarten Lankhorst2016-05-193-49/+34Star
* drm/core: Add drm_accurate_vblank_count, v5.Maarten Lankhorst2016-05-191-0/+31
* drm/i915/bxt: reserve space for RC6 in the the GuC WOPCMPeter Antoine2016-05-182-7/+16
* drm/i915: Simplify control flow in intel_atomic_check a bit.Daniel Vetter2016-05-171-10/+8Star
* drm/i915/dsi: CABC support for Panel PWM backlight controlDeepak M2016-05-173-0/+40
* drm/i915/dsi: Add DCS control for Panel PWMJani Nikula2016-05-176-2/+184
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-05-17464-10430/+86097
|\
| * Merge tag 'topic/drm-misc-2016-05-13' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-05-1613-38/+88
| |\
| | * drm/atomic: Add drm_atomic_helper_best_encoder()Noralf Trønnes2016-05-111-0/+17
| | * drm/atomic: Don't skip drm_bridge_*() calls if !drm_encoder_helper_funcsNoralf Trønnes2016-05-111-22/+17Star
| | * drm/fb-cma-helper: Hook up to DocBook and fix some docsNoralf Trønnes2016-05-111-5/+3Star
| | * drm/fb-helper: Remove mention of CONFIG_FB_DEFERRED_IO in docsNoralf Trønnes2016-05-111-8/+8
| | * drm/sti: include linux/seq_file.h where neededArnd Bergmann2016-05-117-0/+8
| | * drm/tegra: Use lockless gem BO free callbackDaniel Vetter2016-05-111-1/+1
| | * drm/exynos: Use lockless gem BO free callbackDaniel Vetter2016-05-101-1/+1
| | * drm: Make drm_encoder_helper_funcs optionalNoralf Trønnes2016-05-102-10/+42
| * | Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-d...Dave Airlie2016-05-161-0/+6
| |\ \
| | * | drm/arcpgu: use dedicated memory area for frame bufferAlexey Brodkin2016-04-291-0/+6
| * | | Merge tag 'drm/panel/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2016-05-135-1/+2394
| |\ \ \
| | * | | drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panelsBhuvanchandra DV2016-05-121-0/+51
| | * | | drm/bridge: Add Analogix anx78xx supportEnric Balletbo i Serra2016-05-124-0/+2244
| | * | | drm/panel: simple: Add support for Innolux AT070TN92Riccardo Bortolato2016-05-121-0/+26
| | * | | drm/panel: simple: Remove useless drm_mode_set_name()Boris Brezillon2016-05-121-2/+0Star
| | * | | drm/panel: simple: Set appropriate mode typeBoris Brezillon2016-05-121-0/+11
| | * | | drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TSMaxime Ripard2016-05-121-0/+26
| | * | | drm/panel: simple: Add the 7" DPI panel from AdafruitEric Anholt2016-05-121-0/+37
| * | | | Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-05-1262-395/+513
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm/amd/powerplay: rewrite pp_sw_init to make code readableHuang Rui2016-05-111-6/+9
| | * | | drm/amdgpu/dce11: fix audio offset for asics with >7 audio pinsAlex Deucher2016-05-112-1/+3
| | * | | drm/amdgpu: fix and cleanup user fence handling v2Christian König2016-05-114-47/+38Star
| | * | | drm/amdgpu: move VM fields into jobChristian König2016-05-1114-66/+66
| | * | | drm/amdgpu: move the context from the IBs into the jobChristian König2016-05-114-17/+24
| | * | | drm/amdgpu: move context switch handling into common code v2Christian König2016-05-1112-29/+25Star
| | * | | drm/amdgpu: move preamble IB handling into common codeChristian König2016-05-113-9/+7Star
| | * | | drm/amdgpu/gfx7: fix pipeline syncChunming Zhou2016-05-111-12/+13
| | * | | amdgpu/uvd: separate context buffer from DPBSonny Jiang2016-05-111-3/+59
| | * | | drm/amdgpu: use fence_context to judge ctx switch v2Christian König2016-05-113-4/+4
| | * | | drm/amd/amdgpu: Added more named DRM info messages for debuggingTom St Denis2016-05-111-10/+10
| | * | | drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis2016-05-1132-1/+33
| | * | | drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)Alex Deucher2016-05-116-27/+52
| | * | | drm/amdgpu/dce11: don't share PLLs on PolarisAlex Deucher2016-05-111-4/+0Star
| | * | | drm/amdgpu: Drop unused parameter for *get_sleep_divider_id_from_clockNils Wallménius2016-05-113-10/+8Star
| | * | | drm/amdgpu: Simplify calculation in *get_sleep_divider_id_from_clockNils Wallménius2016-05-115-10/+5Star
| | * | | drm/amdgpu: Use max macro in *get_sleep_divider_id_from_clockNils Wallménius2016-05-114-8/+4Star
| | * | | drm/amd/powerplay: Use defined constants for minium engine clockNils Wallménius2016-05-112-3/+4
| | * | | drm/amdgpu: add missing licenses on a couple of filesAlex Deucher2016-05-112-0/+45
| | * | | drm/amdgpu: fetch cu_info once at initAlex Deucher2016-05-119-46/+25Star
| | * | | drm/amd: cleanup remaining spaces and tabs v2Christian König2016-05-1123-56/+56
| | * | | drm/amdgpu: remove define for reserved client IDChristian König2016-05-112-2/+1Star