aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-12-06drm/amd/display: Add ODM check during pipe split/merge validationRelja Vojvodic3-0/+31
2023-12-06drm/amd/display: initialize all the dpm level's stutter latencyCharlene Liu1-1/+3
2023-12-06drm/amd/display: Optimize fast validation casesAlvin Lee2-12/+19
2023-12-06drm/amd/amdgpu: Move vcn4 fw_shared init to a single functionBokun Zhang1-19/+26
2023-12-06drm/amdgpu: disable MCBP by defaultJiadong Zhu1-4/+0
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/atomic-helpers: Invoke end_fb_access while owning plane stateThomas Zimmermann3-28/+54
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 Zimmermann3-39/+19
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