summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2023-03-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2023-03-243-184/+542
|\
| * drm/i915/hdcp: Refactor HDCP API structuresSuraj Kandpal2023-03-231-0/+355
| * drm/i915/hdcp: Use generic names for HDCP helpers and structsAnshuman Gupta2023-03-231-47/+47
| * drm: Add SDP Error Detection Configuration RegisterArun R Murthy2023-03-211-0/+3
* | Merge tag 'drm-misc-next-2023-03-23' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-03-243-18/+5
|\ \
| * | drm/fb-helper: Consolidate CONFIG_DRM_FBDEV_LEAK_PHYS_SMEMThomas Zimmermann2023-03-221-9/+0
| * | drm/fb-helper: Export drm_fb_helper_release_info()Thomas Zimmermann2023-03-221-0/+5
| * | drm/fbdev-generic: Remove unused prefer_shadow_fbdev flagThomas Zimmermann2023-03-221-7/+0
| * | drm: remove drm_dev_set_uniqueChristian König2023-03-221-2/+0
* | | Merge tag 'drm-habanalabs-next-2023-03-20' of https://git.kernel.org/pub/scm/...Dave Airlie2023-03-222-12/+93
|\ \ \
| * | | accel/habanalabs: expose rotator mask to userspaceOfir Bitton2023-03-201-1/+3
| * | | accel: Link to compute accelerator subsystem introBagas Sanjaya2023-03-201-1/+2
| * | | accel/habanalabs: expose dram reserved size by kmdOfir Bitton2023-03-201-0/+2
| * | | accel/habanalabs: fix field names in hl_info_hw_ip_infoOded Gabbay2023-03-201-6/+7
| * | | accel/habanalabs: add uapi to stall/resume engineKoby Elbaz2023-03-151-5/+31
| * | | accel/habanalabs: add support for TPC assertOfir Bitton2023-03-151-1/+2
| * | | accel/habanalabs: expose engine core int reg addressOfir Bitton2023-03-151-0/+5
| * | | accel/habanalabs: add critical-event bit in notifierMoti Haimovski2023-03-151-0/+43
* | | | Merge tag 'drm-misc-next-2023-03-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-03-212-5/+20
|\ \ \ \ | | |/ / | |/| |
| * | | drm/fbdev-dma: Implement fbdev emulation for GEM DMA helpersThomas Zimmermann2023-03-141-0/+15
| * | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-03-13655-9243/+14074
| |\ \ \
| * | | | drm/ttm: Use the BIT macro for the TTM_TT_FLAGsThomas Hellström2023-03-091-5/+5
* | | | | Merge tag 'amd-drm-next-6.4-2023-03-17' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-03-201-2/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | drm/amdkfd: Implement DMA buf fd export from KFDFelix Kuehling2023-02-281-2/+12
* | | | | Merge tag 'drm-intel-next-2023-03-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-03-151-5/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | drm/i915: Add RPL-U sub platformChaitanya Kumar Borah2023-02-161-4/+8
| * | | | drm/i915/dg2: Drop one PCI IDMatt Roper2023-02-091-1/+0
| * | | | drm/i915: Add another EHL pci idJonathan Gray2023-02-061-0/+1
* | | | | Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-03-1414-43/+303
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ttm/ttm_device.h: fix a trival typosuijingfeng2023-03-031-1/+1
| * | | | drm/suballoc: Extract amdgpu_sa.c as generic suballocation helperMaarten Lankhorst2023-03-011-0/+108
| * | | | drm/edid: Fix csync detailed mode parsingVille Syrjälä2023-03-011-3/+9
| * | | | Revert "drm/shmem-helper: Switch to reservation lock"Thomas Zimmermann2023-02-281-1/+13
| * | | | drm/shmem-helper: Switch to reservation lockDmitry Osipenko2023-02-271-13/+1
| * | | | drm/shmem-helper: Put booleans in the end of struct drm_gem_shmem_objectDmitry Osipenko2023-02-271-15/+15
| * | | | drm/gem: Add evict() callback to drm_gem_object_funcsDmitry Osipenko2023-02-271-0/+12
| * | | | drm/displayid: provide access to DisplayID version and primary use caseJani Nikula2023-02-271-1/+11
| * | | | drm/sched: Create wrapper to add a syncobj dependency to jobMaíra Canal2023-02-241-0/+6
| * | | | drm/atomic-helper: Add atomic_enable plane-helper callbackThomas Zimmermann2023-02-202-1/+54
| * | | | fbdev: Handle video= parameter in video/cmdline.cThomas Zimmermann2023-02-201-0/+20
| * | | | fbdev: Unexport fb_mode_optionThomas Zimmermann2023-02-201-1/+0
| * | | | drm: document DRM_IOCTL_PRIME_HANDLE_TO_FD and PRIME_FD_TO_HANDLESimon Ser2023-02-201-0/+30
| * | | | drm: document expectations for GETFB2 handlesSimon Ser2023-02-201-2/+12
| * | | | drm: document DRM_IOCTL_GEM_CLOSESimon Ser2023-02-171-0/+13
| * | | | drm: remove dumb_destroy callbackChristian König2023-02-101-19/+0
| * | | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-01-3156-114/+807
| |\ \ \ \
| * | | | | drm: of: Add drm_of_get_dsi_bus helper functionChris Morgan2023-01-271-0/+12
* | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-121-0/+8
|\ \ \ \ \ \
| * | | | | | ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o2023-03-111-0/+8
* | | | | | | cpumask: relax sanity checking constraintsLinus Torvalds2023-03-121-1/+1