summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2025-07-16drm/msm: Pass along the format info from .fb_create() to drm_helper_mode_fill...Ville Syrjälä1-6/+8
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...Ville Syrjälä1-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä2-5/+4
2025-07-16drm: Pass pixel_format+modifier directly to drm_get_format_info()Ville Syrjälä1-2/+4
2025-07-14drm/bridge: Pass down connector to drm bridge detect hookAndy Yan4-5/+6
2025-07-14drm/bridge: Make dp/hdmi_audio_* callback keep the same paramter order with g...Andy Yan4-16/+16
2025-07-10mm: remove callers of pfn_t functionalityAlistair Popple1-1/+0
2025-07-05drm/msm: Small function param doc fixRob Clark1-1/+1
2025-07-05drm/msm: Take the ioctls away from the KMS-only driverRob Clark1-2/+0
2025-07-05drm/msm: Clean up split driver featuresRob Clark1-15/+17
2025-07-05drm/msm: enable separate binding of GPU and display devicesDmitry Baryshkov3-5/+48
2025-07-05drm/msm: rework binding of Imageon GPUsDmitry Baryshkov3-59/+72
2025-07-05drm/msm: rearrange symbol selectionDmitry Baryshkov1-10/+10
2025-07-05drm/msm: bail out late_init_minor() if it is not a GPU deviceDmitry Baryshkov1-0/+5
2025-07-05drm/msm: make it possible to disable KMS-related code.Dmitry Baryshkov8-62/+117
2025-07-05drm/msm: move KMS driver data to msm_kmsDmitry Baryshkov10-57/+55
2025-07-05drm/msm: get rid of msm_drm_private::num_crtcsDmitry Baryshkov5-12/+4
2025-07-05drm/msm/mdp4: get rid of mdp4_crtc.idDmitry Baryshkov3-7/+4
2025-07-05drm/msm: move helper calls to msm_kms.cDmitry Baryshkov3-6/+25
2025-07-05drm/msm: move wq handling to KMS codeDmitry Baryshkov7-26/+22
2025-07-05drm/msm/adreno: Switch to the common UBWC config structKonrad Dybcio4-86/+59
2025-07-05soc: qcom: ubwc: Add #defines for UBWC swizzle bitsKonrad Dybcio1-1/+1
2025-07-05drm/msm/a6xx: Simplify min_acc_len calculationKonrad Dybcio1-9/+9
2025-07-05drm/msm/a6xx: Resolve the meaning of rgb565_predicatorKonrad Dybcio1-5/+2
2025-07-05drm/msm/a6xx: Replace '2' with BIT(1) in level2_swizzling_dis calcKonrad Dybcio1-1/+1
2025-07-05drm/msm/a6xx: Resolve the meaning of UBWC_MODEKonrad Dybcio1-1/+1
2025-07-05drm/msm/a6xx: Simplify uavflagprd_inv detectionKonrad Dybcio1-9/+6
2025-07-05drm/msm/a6xx: Resolve the meaning of AMSBCKonrad Dybcio1-9/+3
2025-07-05drm/msm/a6xx: Get a handle to the common UBWC configKonrad Dybcio2-2/+17
2025-07-05drm/msm: Use the central UBWC config databaseKonrad Dybcio10-318/+70
2025-07-05drm/msm: Offset MDSS HBB value by 13Konrad Dybcio1-26/+26
2025-07-05drm/msm: Update register xmlRob Clark14-3027/+3312
2025-07-05drm/msm: Add VM_BIND throttlingRob Clark2-2/+46
2025-07-05drm/msm: Defer VMA unmap for fb unpinsRob Clark6-26/+123
2025-07-05drm/msm: Bump UAPI versionRob Clark1-1/+2
2025-07-05drm/msm: use trylock for debugfsRob Clark2-1/+8
2025-07-05drm/msm: Add mmu prealloc tracepointRob Clark2-0/+18
2025-07-05drm/msm: Add VMA unmap reasonRob Clark3-13/+24
2025-07-05drm/msm: Add VM logging for VM_BIND updatesRob Clark5-13/+202
2025-07-05drm/msm: Add VM_BIND ioctlRob Clark6-32/+1132
2025-07-05drm/msm: Split out map/unmap opsRob Clark1-7/+56
2025-07-05drm/msm: Support pgtable preallocationRob Clark3-1/+225
2025-07-05drm/msm: Support IO_PGTABLE_QUIRK_NO_WARN_ONRob Clark3-7/+20
2025-07-05drm/msm: Add VM_BIND submitqueueRob Clark5-23/+193
2025-07-05drm/msm: Use DMA_RESV_USAGE_BOOKKEEP/KERNELRob Clark2-4/+4
2025-07-05drm/msm: Extract out syncobj helpersRob Clark4-180/+222
2025-07-05drm/msm: rd dumping support for sparseRob Clark1-15/+33
2025-07-05drm/msm: Crashdump support for sparseRob Clark1-24/+72
2025-07-05drm/msm: rd dumping prep for sparse mappingsRob Clark2-31/+17