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