aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-12-06drm/msm/dpu: correct clk bit for WB2 blockDmitry Baryshkov3-3/+3
2023-12-06drm: Remove Kconfig option for legacy support (CONFIG_DRM_LEGACY)Thomas Zimmermann1-21/+0
2023-12-06drm: Remove source code for non-KMS driversThomas Zimmermann15-5187/+0
2023-12-06drm: Remove locking for legacy ioctls and DRM_UNLOCKEDThomas Zimmermann2-17/+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-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-05drm/msm/dpu: use drmm-managed allocation for dpu_encoder_virtDmitry Baryshkov1-40/+10
2023-12-05drm/msm/dpu: drop dpu_encoder_phys_ops::destroyDmitry Baryshkov2-20/+0
2023-12-05drm/msm/dpu: use drmm-managed allocation for dpu_encoder_physDmitry Baryshkov5-44/+22
2023-12-05drm/msm/dpu: use drmm-managed allocation for dpu_crtcDmitry Baryshkov1-18/+7
2023-12-05drm/msm/dpu: use drmm-managed allocation for dpu_planeDmitry Baryshkov1-36/+10
2023-12-05drm/msm/dpu: remove QoS teardown on plane destructionDmitry Baryshkov1-7/+0
2023-12-05drm/msm/dpu: drop unused dpu_plane::lockDmitry Baryshkov1-6/+0
2023-12-05drm/msm/dpu: use devres-managed allocation for HW blocksDmitry Baryshkov23-247/+127
2023-12-05drm/msm/dpu: use devres-managed allocation for MDP TOPDmitry Baryshkov3-16/+14
2023-12-05drm/msm/dpu: use devres-managed allocation for VBIF dataDmitry Baryshkov3-20/+13
2023-12-05drm/msm/dpu: use devres-managed allocation for interrupts dataDmitry Baryshkov3-18/+11
2023-12-05drm/msm/dpu: remove IS_ERR_OR_NULL for dpu_hw_intr_init() error handlingDmitry Baryshkov1-1/+1
2023-12-05drm/msm/dpu: cleanup dpu_kms_hw_init error pathDmitry Baryshkov1-14/+11
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 Brezillon1-2/+6
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/i915: correct the input parameter on _intel_dsb_commit()heminhong1-1/+1
2023-12-05drm/i915/mst: Reject modes that require the bigjoinerVille Syrjälä1-0/+4
2023-12-05drm/i915/mst: Fix .mode_valid_ctx() return valuesVille Syrjälä1-4/+8
2023-12-05drm/i915: Skip some timing checks on BXT/GLK DSI transcodersVille Syrjälä12-3/+79
2023-12-05drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERSArnd Bergmann1-0/+1
2023-12-05drm/panel-simple: add Evervision VGG644804 panel entryMichael Walle1-0/+30
2023-12-05drm/panel: ilitek-ili9881c: Add Ampire AM8001280G LCD panelPhilipp Zabel1-0/+223
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-05drm/panel: himax-hx8394: Add Panel Rotation SupportChris Morgan1-0/+15
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-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 Airlie220-1524/+3364
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 Krummrich1-5/+38
2023-12-05drm/msm/mdss: Handle the reg bus ICC pathDmitry Baryshkov2-4/+46