summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: increase ttm pre-fault value to PMD sizeZhu Lingshan2024-06-201-0/+4
* dma-buf/heaps: Correct the types of fd_flags and heap_flagsBarry Song2024-06-191-2/+2
* drm: Add DRM_MODE_TV_MODE_MONOCHROMENick Hollinghurst2024-06-181-0/+7
* drm/connector: hdmi: Fix kerneldoc warningsMaxime Ripard2024-06-131-98/+108
* drm/mipi-dsi: fix handling of ctx in mipi_dsi_msleepTejas Vipin2024-06-121-1/+1
* drm/bridge-connector: implement glue code for HDMI connectorDmitry Baryshkov2024-06-121-0/+81
* drm/connector: hdmi: allow disabling Audio InfoframeDmitry Baryshkov2024-06-121-0/+1
* drm/bridge: Drop drm_bridge_chain_mode_fixupSam Ravnborg2024-06-101-3/+0
* drm/panic: Add a set_pixel() callback to drm_scanout_bufferJocelyn Falempe2024-06-101-0/+9
* drm/mipi-dbi: Add support for DRM_FORMAT_RGB888Noralf Trønnes2024-06-071-0/+5
* drm/mipi-dbi: Make bits per word configurable for pixel transfersNoralf Trønnes2024-06-071-0/+5
* drm/print: Improve drm_dbg_printerMichal Wajdeczko2024-06-061-0/+2
* drm/print: Kill ___drm_dbg()Michal Wajdeczko2024-06-061-5/+3
* drm/print: Add missing [drm] prefix to drm based WARNMichal Wajdeczko2024-06-061-2/+2
* drm/mm: Remove unused drm_mm_replace_nodeRodrigo Vivi2024-06-061-1/+0
* dma-buf: align fd_flags and heap_flags with dma_heap_allocation_dataBarry Song2024-06-051-1/+1
* drm: atmel-hlcdc: Define XLCDC specific registersDurai Manickam KR2024-05-301-0/+10
* drm/dp: Fix documentation warningMarileneGarcia2024-05-281-1/+1
* drm/connector: hdmi: Add Infoframes generationMaxime Ripard2024-05-282-1/+116
* drm/connector: hdmi: Add RGB Quantization Range to the connector stateMaxime Ripard2024-05-281-0/+6
* drm/connector: hdmi: Add Broadcast RGB propertyMaxime Ripard2024-05-281-0/+36
* drm/connector: hdmi: Add custom hook to filter TMDS character rateMaxime Ripard2024-05-281-0/+31
* drm/connector: hdmi: Calculate TMDS character rateMaxime Ripard2024-05-281-0/+5
* drm/display: hdmi: Add HDMI compute clock helperMaxime Ripard2024-05-281-0/+4
* drm/connector: hdmi: Add support for output formatMaxime Ripard2024-05-281-0/+20
* drm/connector: hdmi: Add output BPC to the connector stateMaxime Ripard2024-05-281-1/+11
* drm/connector: hdmi: Create an HDMI sub-stateMaxime Ripard2024-05-282-0/+23
* drm/connector: Introduce an HDMI connector initialization functionMaxime Ripard2024-05-281-0/+5
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-05-27632-5613/+12699
|\
| * mm: percpu: Include smp.h in alloc_tag.hKent Overstreet2024-05-261-0/+1
| * Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-05-251-0/+2
| |\
| | * smb3: reenable swapfiles over SMB3 mountsSteve French2024-05-211-0/+2
| * | Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-251-4/+18
| |\ \
| | * | kasan, fortify: properly rename memintrinsicsAndrey Konovalov2024-05-241-4/+18
| * | | Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-251-0/+2
| |\ \ \
| | * | | x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck2024-05-221-0/+2
| * | | | Merge tag 'drm-next-2024-05-25' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-243-5/+23
| |\ \ \ \
| | * \ \ \ Merge tag 'drm-misc-next-fixes-2024-05-23' of https://gitlab.freedesktop.org/...Dave Airlie2024-05-231-1/+0
| | |\ \ \ \
| | | * | | | drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2Wayne Lin2024-05-211-1/+0
| | * | | | | Merge tag 'drm-misc-next-fixes-2024-05-16' of https://gitlab.freedesktop.org/...Dave Airlie2024-05-222-4/+23
| | |\| | | |
| | | * | | | drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocationsMohamed Ahmed2024-05-131-0/+7
| | | * | | | drm/panthor: Document drm_panthor_tiler_heap_destroy::handle validity constra...Boris Brezillon2024-05-131-1/+5
| | | * | | | drm/panthor: Relax the constraints on the tiler chunk sizeBoris Brezillon2024-05-131-1/+5
| | | * | | | drm/panthor: Make sure the tiler initial/max chunks are consistentBoris Brezillon2024-05-131-2/+6
| * | | | | | Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-242-1/+5
| |\ \ \ \ \ \
| | * | | | | | mseal: add mseal syscallJeff Xu2024-05-231-0/+1
| | * | | | | | mseal: wire up mseal syscallJeff Xu2024-05-231-1/+4
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-241-1/+2
| |\ \ \ \ \ \
| | * | | | | | ftrace: riscv: move from REGS to ARGSPuranjay Mohan2024-05-221-1/+2
| * | | | | | | Merge tag 'sound-fix-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-241-4/+3
| |\ \ \ \ \ \ \