summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2016-05-18drm: remove unused dev variablesArnd Bergmann4-4/+0
2016-05-18drm: mediatek: fixup drm_gem_object_lookup API changeArnd Bergmann2-2/+2
2016-05-18drm/tegra: Fix crash caused by reference count imbalanceJon Hunter1-4/+11
2016-05-18drm: Fix error handling in drm_connector_registerDaniel Vetter1-2/+2
2016-05-18drm: Avoid connector reference imbalance on error pathChris Wilson1-9/+11
2016-05-17drm/fb_helper: Fix references to dev->mode_config.num_connectorLyude1-3/+2
2016-05-17drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()Lyude1-3/+3
2016-05-17qxl: catch qxlfb_create_pinned_object failuresGerd Hoffmann1-0/+3
2016-05-17drm/exynos/hdmi: add a missing tabDan Carpenter1-1/+1
2016-05-17drm/fb-cma-helper: Add function drm_fb_cma_create_with_funcs()Noralf Trønnes1-6/+25
2016-05-17drm/fb-cma-helper: Use const for drm_framebuffer_funcs argumentNoralf Trønnes1-2/+2
2016-05-17drm: Drop connector argument from __drm_atomic_helper_connector_destroy_stateDaniel Vetter1-6/+3
2016-05-17drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter9-14/+12
2016-05-17drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_stateDaniel Vetter7-13/+11
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson64-144/+133
2016-05-17Merge tag 'topic/drm-misc-2016-05-13' of git://anongit.freedesktop.org/drm-in...Dave Airlie13-38/+88
2016-05-16Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-d...Dave Airlie1-0/+6
2016-05-13Merge tag 'drm/panel/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie5-1/+2394
2016-05-12drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panelsBhuvanchandra DV1-0/+51
2016-05-12drm/bridge: Add Analogix anx78xx supportEnric Balletbo i Serra4-0/+2244
2016-05-12drm/panel: simple: Add support for Innolux AT070TN92Riccardo Bortolato1-0/+26
2016-05-12drm/panel: simple: Remove useless drm_mode_set_name()Boris Brezillon1-2/+0
2016-05-12drm/panel: simple: Set appropriate mode typeBoris Brezillon1-0/+11
2016-05-12drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TSMaxime Ripard1-0/+26
2016-05-12drm/panel: simple: Add the 7" DPI panel from AdafruitEric Anholt1-0/+37
2016-05-12Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie62-395/+513
2016-05-12Merge tag 'drm/tegra/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie1-1/+0
2016-05-12Merge branch 'drm-hisilicon-next' of github.com:xin3liang/linux into drm-nextDave Airlie2-32/+9
2016-05-12Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie11-223/+120
2016-05-11drm/amd/powerplay: rewrite pp_sw_init to make code readableHuang Rui1-6/+9
2016-05-11drm/amdgpu/dce11: fix audio offset for asics with >7 audio pinsAlex Deucher2-1/+3
2016-05-11drm/amdgpu: fix and cleanup user fence handling v2Christian König4-47/+38
2016-05-11drm/amdgpu: move VM fields into jobChristian König14-66/+66
2016-05-11drm/amdgpu: move the context from the IBs into the jobChristian König4-17/+24
2016-05-11drm/amdgpu: move context switch handling into common code v2Christian König12-29/+25
2016-05-11drm/amdgpu: move preamble IB handling into common codeChristian König3-9/+7
2016-05-11drm/amdgpu/gfx7: fix pipeline syncChunming Zhou1-12/+13
2016-05-11amdgpu/uvd: separate context buffer from DPBSonny Jiang1-3/+59
2016-05-11drm/atomic: Add drm_atomic_helper_best_encoder()Noralf Trønnes1-0/+17
2016-05-11drm/atomic: Don't skip drm_bridge_*() calls if !drm_encoder_helper_funcsNoralf Trønnes1-22/+17
2016-05-11drm/fb-cma-helper: Hook up to DocBook and fix some docsNoralf Trønnes1-5/+3
2016-05-11drm/fb-helper: Remove mention of CONFIG_FB_DEFERRED_IO in docsNoralf Trønnes1-8/+8
2016-05-11drm/amdgpu: use fence_context to judge ctx switch v2Christian König3-4/+4
2016-05-11drm/amd/amdgpu: Added more named DRM info messages for debuggingTom St Denis1-10/+10
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis32-1/+33
2016-05-11drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)Alex Deucher6-27/+52
2016-05-11drm/amdgpu/dce11: don't share PLLs on PolarisAlex Deucher1-4/+0
2016-05-11drm/amdgpu: Drop unused parameter for *get_sleep_divider_id_from_clockNils Wallménius3-10/+8
2016-05-11drm/amdgpu: Simplify calculation in *get_sleep_divider_id_from_clockNils Wallménius5-10/+5
2016-05-11drm/amdgpu: Use max macro in *get_sleep_divider_id_from_clockNils Wallménius4-8/+4