summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-05-04drm/i915/uapi: implement object placement extensionMatthew Auld1-0/+62
2021-05-04drm/i915/uapi: introduce drm_i915_gem_create_extMatthew Auld1-0/+42
2021-05-04drm/i915/query: Expose memory regions through the query uAPIAbdiel Janulgue1-0/+134
2021-04-20drm/i915/uapi: convert i915_query and friend to kernel docMatthew Auld1-14/+55
2021-04-20drm/i915/uapi: convert i915_user_extension to kernel docMatthew Auld1-4/+50
2021-04-20drm/i915/uapi: fix kernel doc warningsMatthew Auld1-16/+16
2021-04-08Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-3/+8
2021-04-07Merge tag 'drm-misc-next-2021-04-01' of git://anongit.freedesktop.org/drm/drm...Dave Airlie13-31/+513
2021-04-01Merge tag 'exynos-drm-next-for-v5.13' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie1-0/+4
2021-04-01Merge tag 'topic/i915-gem-next-2021-03-26' of ssh://git.freedesktop.org/git/d...Dave Airlie1-0/+1
2021-03-31drm/displayid: rename displayid_hdr to displayid_headerJani Nikula1-1/+1
2021-03-31drm/edid: use the new displayid iterator for tile infoJani Nikula1-12/+0
2021-03-31drm/displayid: add new displayid section/block iteratorsJani Nikula1-0/+18
2021-03-31drm/displayid: add separate drm_displayid.cJani Nikula2-0/+11
2021-03-31drm/edid: make a number of functions, parameters and variables constJani Nikula1-2/+2
2021-03-31drm/hdcp: DP HDCP2.2 errata LC_Send_L_Prime=16Anshuman Gupta1-1/+1
2021-03-31drm/i915/hdcp: Add DP HDCP2.2 timeout to read entire msgAnshuman Gupta1-0/+3
2021-03-31drm/dp_helper: Define options for FRL training for HDMI2.1 PCONAnkit Nautiyal1-2/+4
2021-03-29drm/encoder: Add macro drmm_plain_encoder_alloc()Paul Cercueil1-0/+18
2021-03-29Merge tag 'irq-no-autoen-2021-03-25' of git://git.kernel.org/pub/scm/linux/ke...Inki Dae1-0/+4
2021-03-29drm/ttm: switch back to static allocation limits for nowChristian König1-2/+1
2021-03-26Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter3-8/+45
2021-03-26drm: Fix 3 typos in the inline docDafna Hirschfeld1-1/+1
2021-03-24drm/ttm: switch to per device LRU lockChristian König2-4/+4
2021-03-24drm/ttm: remove swap LRU v3Christian König3-7/+2
2021-03-24drm/ttm: move swapout logic around v3Christian König2-1/+4
2021-03-23drm/amdkfd: Bump KFD API versionFelix Kuehling1-1/+2
2021-03-23drm/amdkfd: add new flag for uncached GPU mappingEric Huang1-0/+1
2021-03-22vgaarb: avoid -Wempty-body warningsArnd Bergmann1-1/+3
2021-03-18drm/i915/gem: Drop legacy execbuffer support (v2)Jason Ekstrand1-0/+1
2021-03-18Merge tag 'drm-intel-next-2021-03-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-0/+16
2021-03-16drm: Add GUD USB Display driverNoralf Trønnes1-0/+333
2021-03-16drm/uapi: Add USB connector typeNoralf Trønnes1-0/+1
2021-03-16Merge drm/drm-next into drm-misc-nextMaxime Ripard644-5899/+16354
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie20-497/+570
2021-03-14Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+0
2021-03-14Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+5
2021-03-14Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+7
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-12/+40
2021-03-13Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2021-03-13Merge tag 'kbuild-fixes-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+14
2021-03-13mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui1-4/+2
2021-03-13include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)1-1/+2
2021-03-13linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*Arnd Bergmann1-0/+6
2021-03-13mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu1-0/+21
2021-03-13mm/fork: clear PASID for new mmFenghua Yu1-0/+1
2021-03-13stop_machine: mark helpers __always_inlineArnd Bergmann1-5/+6
2021-03-13memblock: fix section mismatch warningArnd Bergmann1-2/+2
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2