summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
* format-security: move static strings to constKees Cook2017-05-091-1/+1
* drm: use set_memory.h headerLaura Abbott2017-05-098-0/+19
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-091-2/+2
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-091-3/+1
* Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-05-063-2/+31
|\
| * [media] exynos_hdmi: add CEC notifier supportHans Verkuil2017-04-101-2/+17
| * [media] sti: hdmi: add CEC notifier supportBenjamin Gaignard2017-04-102-0/+14
* | Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop....Linus Torvalds2017-05-0610-62/+1089
|\ \
| * \ Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2017-05-0510-62/+1089
| |\ \
| | * | drm/tegra: Add VIC supportArto Merilainen2017-04-055-1/+433
| | * | drm/tegra: Add falcon helper libraryArto Merilainen2017-04-053-1/+388
| | * | drm/tegra: Add Tegra DRM allocation APIMikko Perttunen2017-04-052-7/+115
| | * | drm/tegra: Add tiling FB modifiersAlexandre Courbot2017-04-052-3/+22
| | * | drm/tegra: Don't leak kernel pointer to userspaceThierry Reding2017-04-052-48/+114
| | * | drm/tegra: Protect IOMMU operations by mutexThierry Reding2017-04-053-2/+16
| | * | drm/tegra: Enable IOVA API when IOMMU support is enabledThierry Reding2017-04-051-0/+1
* | | | Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-05-03928-24999/+448062
|\| | |
| * | | Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-nextDave Airlie2017-05-019-8/+10
| |\ \ \
| | * | | drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detectionMario Kleiner2017-04-291-1/+1
| | * | | drm/nouveau/secboot/gm20b: fix the error return code in gm20b_secboot_tegra_r...Wei Yongjun2017-04-291-1/+1
| | * | | drm/nouveau/kms: Increase max retries in scanout position queries.Mario Kleiner2017-04-291-1/+1
| | * | | drm/nouveau/bios/bitP: check that table is long enough for optional pointersBen Skeggs2017-04-295-5/+5
| | * | | drm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engineIlia Mirkin2017-04-291-0/+2
| * | | | Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/...Dave Airlie2017-04-2817-97/+163
| |\ \ \ \
| | * | | | drm/i915: Confirm the request is still active before adding it to the awaitChris Wilson2017-04-261-0/+3
| | * | | | drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmioChris Wilson2017-04-261-22/+24
| | * | | | drm/i915/selftests: Allocate inode/file dynamicallyChris Wilson2017-04-261-13/+32
| | * | | | drm/i915: Fix system hang with EI UP masked on HaswellMika Kuoppala2017-04-261-2/+2
| | * | | | drm/i915: checking for NULL instead of IS_ERR() in mock selftestsDan Carpenter2017-04-261-1/+1
| | * | | | drm/i915: Perform link quality check unconditionally during long pulseVille Syrjälä2017-04-261-2/+13
| | * | | | drm/i915: Fix use after free in lpe_audio_platdev_destroy()Chris Wilson2017-04-261-1/+8
| | * | | | drm/i915: Use the right mapping_gfp_mask for final shmem allocationChris Wilson2017-04-261-1/+1
| | * | | | drm/i915: Make legacy cursor updates more unsyncedVille Syrjälä2017-04-261-11/+20
| | * | | | drm/i915: Apply a cond_resched() to the saturated signalerChris Wilson2017-04-261-1/+14
| | * | | | drm/i915: Park the signaler before sleepingChris Wilson2017-04-261-3/+3
| | * | | | Merge tag 'gvt-next-fixes-2017-04-20' of https://github.com/01org/gvt-linux i...Jani Nikula2017-04-267-40/+42
| | |\ \ \ \
| | | * | | | drm/i915/gvt: fix a bounds check in ring_id_to_context_switch_event()Dan Carpenter2017-04-181-2/+2
| | | * | | | drm/i915/gvt: Fix PTE write flush for taking runtime pm properlyZhenyu Wang2017-04-131-0/+5
| | | * | | | drm/i915/gvt: remove some debug messages in scheduler timer handlerZhenyu Wang2017-04-132-10/+2
| | | * | | | drm/i915/gvt: add mmio init for virtual displayPei Zhang2017-04-121-1/+28
| | | * | | | drm/i915/gvt: use directly assignment for structure copyingChangbin Du2017-04-122-4/+2
| | | * | | | drm/i915/gvt: remove redundant ring id check which cause significant CPU misp...Changbin Du2017-04-121-6/+0
| | | * | | | drm/i915/gvt: remove redundant platform check for mocs load/restoreChangbin Du2017-04-121-6/+0
| | | * | | | drm/i915/gvt: Align render mmio list to cachelineChangbin Du2017-04-121-2/+2
| | | * | | | drm/i915/gvt: cleanup some too chatty scheduler messageZhenyu Wang2017-04-061-9/+1
| * | | | | | Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie2017-04-281-1/+1
| |\ \ \ \ \ \
| | * | | | | | drm/vmwgfx: Convert macro to octal representationØyvind A. Holm2017-04-211-1/+1
| * | | | | | | drm: mali-dp: use div_u64 for expensive 64-bit divisionsArnd Bergmann2017-04-261-5/+4
| * | | | | | | drm: mali-dp: Check the mclk rate and allow up/down scalingMihail Atanassov2017-04-243-12/+85
| * | | | | | | drm: mali-dp: Enable image enhancement when scalingMihail Atanassov2017-04-244-1/+42