aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-12-12drm/exynos: dpi: Change connector type to DPIexynos-drm-next-for-v6.8next/exynos-drm-next-for-v6.8Paul Cercueil1-1/+1
2023-12-12drm/exynos: Convert to platform remove callback returning voidUwe Kleine-König14-55/+28
2023-12-12drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind timeDouglas Anderson1-0/+11
2023-12-12Merge tag 'exynos-drm-next-for-v6.7-rc5' of git://git.kernel.org/pub/scm/linu...Inki Dae268-1370/+3181
2023-12-08Merge tag 'drm-misc-next-2023-12-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie258-10514/+6456
2023-12-08Merge tag 'drm-intel-next-2023-12-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie43-481/+750
2023-12-07drm/i915/display: Add intel_fb_bo_framebuffer_finiJouni Högander3-13/+26
2023-12-07drm/i915/display: Use i915_gem_object_get_dma_address to get dma addressMaarten Lankhorst1-2/+4
2023-12-07drm/i915: use octal permissions in display debugfsJani Nikula1-3/+3
2023-12-07drm/i915: pass struct intel_connector to connector debugfs fopsJani Nikula1-68/+66
2023-12-07drm/i915: use intel_connector in intel_connector_debugfs_add()Jani Nikula1-27/+26
2023-12-07drm/i915/rpm: add rpm_to_i915() helper around container_of()Jani Nikula1-14/+10
2023-12-07drm/i915: handle uncore spinlock when not availableLuca Coelho1-10/+41
2023-12-07drm/mipi-dsi: Fix detach call without attachdrm-misc-next-2023-12-07Tomi Valkeinen2-2/+17
2023-12-07drm/bridge: tc358767: Fix return value on error caseTomi Valkeinen1-1/+1
2023-12-07drm/bridge: cdns-mhdp8546: Fix use of uninitialized variableTomi Valkeinen1-1/+2
2023-12-07drm/framebuffer: Fix use of uninitialized variableTomi Valkeinen1-1/+1
2023-12-07drm/drm_file: fix use of uninitialized variableTomi Valkeinen1-1/+1
2023-12-07drm/exynos: fix a wrong error checkingexynos-drm-next-for-v6.7-rc5fixes/exynos-drm-fixes-for-v6.7-rc5Inki Dae1-5/+3
2023-12-07drm/exynos: fix a potential error pointer dereferenceXiang Yang1-0/+2
2023-12-06drm/bridge: nxp-ptn3460: simplify some error checkingDan Carpenter1-6/+6
2023-12-06drm/imagination: move update_logtype() into ifdef sectionArnd Bergmann1-2/+2
2023-12-06drm/imagination: Removed unused functions in pvr_fw_traceDonald Robson1-44/+0
2023-12-06drm/xlnx: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/simpledrm: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/ofdrm: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/solomon: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/shmobile: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/loongson: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/amdgpu: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/plane-helper: Move drm_plane_helper_atomic_check() into udlThomas Zimmermann4-41/+19
2023-12-06drm: Remove Kconfig option for legacy support (CONFIG_DRM_LEGACY)Thomas Zimmermann1-21/+0
2023-12-06char/agp: Remove frontend codeThomas Zimmermann6-1491/+0
2023-12-06drm: Remove source code for non-KMS driversThomas Zimmermann20-5633/+2
2023-12-06drm: Remove locking for legacy ioctls and DRM_UNLOCKEDThomas Zimmermann3-28/+8
2023-12-06drm: Remove support for legacy driversThomas Zimmermann4-105/+3
2023-12-06drm: Remove the legacy DRM_IOCTL_MODESET_CTL ioctlThomas Zimmermann3-86/+0
2023-12-06drm: Remove entry points for legacy ioctlsThomas Zimmermann2-667/+0
2023-12-06drm/radeon: Do not include <drm/drm_legacy.h>Thomas Zimmermann1-1/+0
2023-12-06drm: Include <drm/drm_device.h>Thomas Zimmermann1-0/+1
2023-12-06accel: Include <drm/drm_auth.h>Thomas Zimmermann1-0/+1
2023-12-06drm/i915: Include <drm/drm_auth.h>Thomas Zimmermann1-0/+1
2023-12-06drm: Include <drm/drm_auth.h>Thomas Zimmermann1-0/+1
2023-12-06drm: Fix TODO list mentioning non-KMS driversThomas Zimmermann1-4/+3
2023-12-05drm/edp-panel: Sort the panel entriesPin-yen Lin1-1/+1
2023-12-05drm/panel-edp: Add SDC ATNA45AF01Abel Vesa1-0/+2
2023-12-05drm/i915: Fix ADL+ tiled plane stride when the POT stride is smaller than the...Ville Syrjälä1-1/+2
2023-12-05drm/atomic: add private obj state to state dumpDmitry Baryshkov1-0/+9
2023-12-05drm/gpuvm: Let drm_gpuvm_bo_put() report when the vm_bo object is destroyedBoris Brezillon2-3/+7
2023-12-05drm/panfrost: Synchronize and disable interrupts before powering offAngeloGioacchino Del Regno8-9/+71
2023-12-05drm/panfrost: Add gpu_irq, mmu_irq to struct panfrost_deviceAngeloGioacchino Del Regno3-10/+12
2023-12-05drm/panfrost: Ignore core_mask for poweroff and disable PWRTRANS irqAngeloGioacchino Del Regno1-4/+8
2023-12-05drm/panel-simple: add Evervision VGG644804 panel entryMichael Walle1-0/+30
2023-12-05dt-bindings: display: simple: add Evervision VGG644804 panelMichael Walle1-0/+2
2023-12-05drm/panel: ilitek-ili9881c: Add Ampire AM8001280G LCD panelPhilipp Zabel1-0/+223
2023-12-05dt-bindings: ili9881c: Add Ampire AM8001280G LCD panelPhilipp Zabel1-0/+1
2023-12-05drm/panel: ilitek-ili9881c: make use of prepare_prev_firstMarco Felsch1-0/+2
2023-12-05drm/panel: himax-hx8394: Add Support for Powkiddy X55 panelChris Morgan1-0/+137
2023-12-05dt-bindings: display: himax-hx8394: Add Powkiddy X55 panelChris Morgan1-0/+1
2023-12-05drm/panel: himax-hx8394: Add Panel Rotation SupportChris Morgan1-0/+15
2023-12-05dt-bindings: display: Document Himax HX8394 panel rotationChris Morgan1-0/+2
2023-12-05drm/panel: himax-hx8394: Drop shutdown logicChris Morgan1-17/+0
2023-12-05drm/panel: himax-hx8394: Drop prepare/unprepare trackingChris Morgan1-11/+0
2023-12-05drm/panel: simple: Add BOE BP101WX1-100 panelTony Lindgren1-0/+32
2023-12-05dt-bindings: display: simple: Add boe,bp101wx1-100 panelTony Lindgren1-0/+2
2023-12-05Merge tag 'drm-intel-fixes-2023-12-01-1' of git://anongit.freedesktop.org/drm...Dave Airlie1-0/+12
2023-12-05Merge tag 'amd-drm-next-6.8-2023-12-01' of https://gitlab.freedesktop.org/agd...Dave Airlie222-1524/+3434
2023-12-05drm/imagination: vm: make use of GPUVM's drm_exec helperDanilo Krummrich1-55/+36
2023-12-05drm/gpuvm: fall back to drm_exec_lock_obj()Danilo Krummrich2-25/+41
2023-12-04drm/v3d: Fix missing error code in v3d_submit_cpu_ioctl()Harshit Mogalapalli1-0/+2
2023-12-04Revert "drm: Introduce pixel_source DRM plane property"Dmitry Baryshkov6-137/+4
2023-12-04Revert "drm: Introduce solid fill DRM plane property"Dmitry Baryshkov6-126/+0
2023-12-04Revert "drm: Add solid fill pixel source"Dmitry Baryshkov2-10/+1
2023-12-04Revert "drm/atomic: Add pixel source to plane state dump"Dmitry Baryshkov3-3/+0
2023-12-04Revert "drm/atomic: Add solid fill data to plane state dump"Dmitry Baryshkov3-15/+0
2023-12-04Revert "drm/atomic: Move framebuffer checks to helper"Dmitry Baryshkov1-73/+57
2023-12-04Revert "drm/atomic: Loosen FB atomic checks"Dmitry Baryshkov4-64/+29
2023-12-04drm/i915/dsi: Use devm_gpiod_get() for all GPIOsHans de Goede3-25/+3
2023-12-04drm/bridge: migrate bridge_chains to per-encoder fileDmitry Baryshkov3-49/+37
2023-12-04drm/encoder: register per-encoder debugfs dirDmitry Baryshkov4-1/+54
2023-12-04usb: typec: qcom-pmic-typec: switch to DRM_AUX_HPD_BRIDGEDmitry Baryshkov2-35/+7
2023-12-04soc: qcom: pmic-glink: switch to DRM_AUX_HPD_BRIDGEDmitry Baryshkov2-24/+10
2023-12-04drm/bridge: implement generic DP HPD bridgeDmitry Baryshkov4-0/+190
2023-12-04usb: typec: nb7vpq904m: switch to DRM_AUX_BRIDGEDmitry Baryshkov2-43/+3
2023-12-04phy: qcom: qmp-combo: switch to DRM_AUX_BRIDGEDmitry Baryshkov2-43/+3
2023-12-04drm/bridge: add transparent bridge helperDmitry Baryshkov4-0/+169
2023-12-04MAINTAINERS: Document Imagination PowerVR driver patches go via drm-miscFrank Binns1-0/+1
2023-12-04drm/bridge: nxp-ptn3460: fix i2c_master_send() error checkingDan Carpenter1-5/+5
2023-12-04drm/bridge: lt8912b: Add power suppliesStefan Eichenberger1-0/+30
2023-12-04dt-bindings: display: bridge: lt8912b: Add power suppliesStefan Eichenberger1-0/+21
2023-12-04drm/bridge: lt8912b: Add suspend/resume supportStefan Eichenberger1-0/+28
2023-12-04drm/display/dp: Add the remaining Square PHY patterns DPCD register definitionsKhaled Almahallawy1-0/+3
2023-12-04drm/i915/display: Don't use "proxy" headersAndy Shevchenko1-1/+1
2023-12-04drm/i915/syncmap: squelch a sparse warningJani Nikula1-1/+1
2023-12-04drm/qxl: remove unused declarationheminhong1-7/+0
2023-12-04drm/drv: propagate errors from drm_modeset_register_all()Dmitry Baryshkov1-2/+8
2023-12-04drm/imagination: Removed unused function to_pvr_vm_gpuva()Donald Robson1-6/+0
2023-12-04drm/imagination: pvr_gpuvm_free() now staticDonald Robson1-1/+1
2023-12-04drm/imagination: pvr_device_process_active_queues now staticDonald Robson1-1/+1
2023-12-04drm/imagination: Fixed missing header in pvr_fw_metaDonald Robson1-0/+1
2023-12-04drm/imagination: Fixed warning due to implicit cast to boolDonald Robson1-1/+2
2023-12-04drm/test: add a test suite for GEM objects backed by shmemMarco Pagani3-1/+386
2023-12-04drm/i915/display: Split i915 specific code away from intel_fb.cJouni Högander4-63/+127
2023-12-04drm/i915/display: Handle invalid fb_modifier in intel_fb_modifier_to_tilingJouni Högander1-1/+8
2023-12-04drm/i915/display: Convert intel_fb_modifier_to_tiling as non-staticJouni Högander2-20/+22
2023-12-04drm/i915/display: use intel_bo_to_drm_bo in intel_fb.cJouni Högander1-6/+6
2023-12-03drm: remove drm_bridge_hpd_disable() from drm_bridge_connector_destroy()Abhinav Kumar1-6/+0
2023-12-03drm: improve the documentation of connector hpd opsAbhinav Kumar1-0/+10
2023-12-03Linux 6.7-rc4Linus Torvalds1-1/+1
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-34/+54
2023-12-03Merge tag 'firewire-fixes-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+4
2023-12-03Merge tag 'powerpc-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-3/+18
2023-12-03Merge tag 'vfio-v6.7-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds4-18/+26
2023-12-03Merge tag 'for-linus-6.7a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+9
2023-12-03Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-21/+43
2023-12-02dt-bindings: gpu: mali-utgard: Add Rockchip RK3128 compatibleAlex Bee1-0/+1
2023-12-02Merge tag 'pm-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds7-32/+136
2023-12-02drm/atomic: Loosen FB atomic checksJessica Zhang4-29/+64
2023-12-02drm/atomic: Move framebuffer checks to helperJessica Zhang1-57/+73
2023-12-02drm/atomic: Add solid fill data to plane state dumpJessica Zhang3-0/+15
2023-12-02drm/atomic: Add pixel source to plane state dumpJessica Zhang3-0/+3
2023-12-02drm: Add solid fill pixel sourceJessica Zhang2-1/+10
2023-12-02drm: Introduce solid fill DRM plane propertyJessica Zhang6-0/+126
2023-12-02drm: Introduce pixel_source DRM plane propertyJessica Zhang6-4/+137
2023-12-02Merge tag 'acpi-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-24/+17
2023-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+4
2023-12-02Merge tag 'iommu-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-42/+126
2023-12-02Merge tag 'sound-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds8-25/+76
2023-12-02Merge tag 'drm-fixes-2023-12-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds67-302/+537
2023-12-02dma-buf/sw_sync: Add fence deadline supportRob Clark2-0/+84
2023-12-02dma-buf/sync_file: Add SET_DEADLINE ioctlRob Clark3-1/+43
2023-12-02drm/syncobj: Add deadline support for syncobj waitsRob Clark2-13/+68
2023-12-02Merge tag 'io_uring-6.7-2023-11-30' of git://git.kernel.dk/linuxLinus Torvalds6-70/+224
2023-12-02Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linuxLinus Torvalds6-12/+58
2023-12-02Merge tag 'dm-6.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-10/+8
2023-12-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-9/+40
2023-12-02Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds45-323/+495
2023-12-01Merge branch 'acpi-tables'Rafael J. Wysocki3-15/+12
2023-12-01Merge branch 'powercap'Rafael J. Wysocki2-13/+4
2023-12-01accel/qaic: Expand DRM device lifecycleCarl Vanderlip4-30/+27
2023-12-01accel/qaic: Increase number of in_reset statesCarl Vanderlip4-18/+28
2023-12-01Merge tag 'nvme-6.7-2023-12-01' of git://git.infradead.org/nvme into block-6.7Jens Axboe1-6/+28
2023-12-01nvme-core: check for too small lba shiftKeith Busch1-2/+3
2023-12-01drm/i915/display: use intel_bo_to_drm_bo in intel_fbdevJouni Högander1-2/+2
2023-12-01drm/i915/display: split i915 specific code from intel_fbdevJouni Högander4-101/+146
2023-12-01drm/imx/lcdc: Fix double-free of driver dataUwe Kleine-König1-9/+0
2023-12-01blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei1-1/+13
2023-12-01drm/v3d: Create a CPU job extension for the copy performance query jobMaíra Canal4-0/+198
2023-12-01drm/v3d: Create a CPU job extension for the reset performance query jobMaíra Canal4-0/+167
2023-12-01drm/v3d: Create a CPU job extension to copy timestamp query to a bufferMaíra Canal4-0/+190
2023-12-01drm/v3d: Create a CPU job extension for the reset timestamp jobMaíra Canal4-0/+101
2023-12-01drm/v3d: Create a CPU job extension for the timestamp query jobMaíra Canal4-1/+149
2023-12-01drm/v3d: Create a CPU job extension for a indirect CSD jobMaíra Canal4-6/+213
2023-12-01drm/v3d: Enable BO mappingMaíra Canal2-0/+22
2023-12-01drm/v3d: Detach the CSD job BO setupMelissa Wen1-26/+42
2023-12-01drm/v3d: Create tracepoints to track the CPU jobMaíra Canal3-0/+63
2023-12-01drm/v3d: Use v3d_get_extensions() to parse CPU job dataMaíra Canal1-11/+12
2023-12-01drm/v3d: Add a CPU job submissionMelissa Wen5-1/+179
2023-12-01drm/v3d: Decouple job allocation from job initiationMaíra Canal1-20/+44
2023-12-01drm/v3d: Don't allow two multisync extensions in the same jobMaíra Canal1-0/+5
2023-12-01drm/v3d: Simplify job refcount handlingMelissa Wen1-4/+5
2023-12-01drm/v3d: Detach job submissions IOCTLs to a new specific fileMelissa Wen4-741/+753
2023-12-01drm/v3d: Move wait BO ioctl to the v3d_bo fileMelissa Wen3-35/+35
2023-12-01drm/v3d: Remove unused function headerMelissa Wen1-2/+0
2023-12-01drm/i915/display: Skip state verification with TBT-ALT modeMika Kahola1-1/+10
2023-12-01drm/tidss: Use DRM_PLANE_COMMIT_ACTIVE_ONLYTomi Valkeinen2-5/+1
2023-12-01drm/tidss: Fix atomic_flush checkTomi Valkeinen1-5/+5
2023-12-01drm/tidss: IRQ code cleanupTomi Valkeinen2-46/+10
2023-12-01drm/tidss: Fix dss resetTomi Valkeinen1-1/+44
2023-12-01drm/tidss: Add simple K2G manual resetTomi Valkeinen1-2/+16
2023-12-01drm/tidss: Check for K2G in in dispc_softreset()Tomi Valkeinen1-6/+7
2023-12-01drm/tidss: Return error value from from softresetTomi Valkeinen1-5/+12
2023-12-01drm/tidss: Move reset to the end of dispc_init()Tomi Valkeinen1-4/+4
2023-12-01drm/tidss: Drop useless variable initTomi Valkeinen1-1/+1
2023-12-01drm/tidss: Use PM autosuspendTomi Valkeinen1-1/+8
2023-12-01drm/tidss: Use pm_runtime_resume_and_get()Tomi Valkeinen1-2/+2
2023-12-01drm/tidss: Add support for AM62A7 DSSAradhya Bhatia3-0/+63
2023-12-01dt-bindings: display: ti: Add support for am62a7 dssAradhya Bhatia1-0/+14
2023-12-01drm/omapdrm: Improve check for contiguous buffersAndrew Davis1-4/+10
2023-12-01iommu: Fix printk arg in of_iommu_get_resv_regions()Daniel Mentz1-1/+1
2023-12-01drm/i915: add bool type checks in PIPE_CONF_CHECK_*Jani Nikula1-0/+8
2023-12-01drm/i915: use PIPE_CONF_CHECK_BOOL() for bool membersJani Nikula1-4/+4
2023-12-01drm/i915: Check pipe active state in {planes,vrr}_{enabling,disabling}()Ville Syrjälä1-0/+12
2023-12-01rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)3-14/+22
2023-12-01kprobes: consistent rcu api usage for kretprobe holderJP Kobryn2-7/+4
2023-12-01lib: objpool: fix head overrun on RK3588 SBCwuqiang.matt1-0/+17
2023-12-01Merge tag 'hardening-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-8/+5
2023-12-01Merge tag 'linux_kselftest-kunit-fixes-6.7-rc4' of git://git.kernel.org/pub/s...Linus Torvalds2-3/+41
2023-12-01Merge tag 'amd-drm-fixes-6.7-2023-11-30' of https://gitlab.freedesktop.org/ag...drm-fixes-2023-12-01Dave Airlie54-249/+464
2023-12-01Merge tag 'perf-tools-fixes-for-v6.7-1-2023-11-29' of git://git.kernel.org/pu...Linus Torvalds28-39/+226
2023-11-30drm/amd/display: Fix NULL pointer dereference at hibernateMario Limonciello1-2/+2
2023-11-30drm/radeon: check return value of radeon_ring_lock()Nikita Zhandarovich1-0/+4
2023-11-30drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()Nikita Zhandarovich1-2/+2
2023-11-30drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()Nikita Zhandarovich1-2/+2
2023-11-30drm/amdgpu: enable mca debug mode on APU by defaultYang Wang1-1/+2
2023-11-30drm/amdgpu: distinguish rlc fw for different SKULikun Gao1-1/+6
2023-11-30drm/amdgpu: Fix missing mca debugfs nodeYang Wang1-1/+1
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds60-337/+1128
2023-11-30drm/amdgpu: Skip access gfx11 golden registers under SRIOVZhenGuo Yin1-0/+3