summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)Author
2025-08-07drm/msm: Fix debugbus snapshotRob Clark
2025-08-07drm/msm: Fix a7xx debugbus readRob Clark
2025-08-07drm/msm: Constify snapshot tablesRob Clark
2025-08-07drm/msm: Fix order of selector programming in cluster snapshotRob Clark
2025-08-07drm/msm: Fix section names and sizesRob Clark
2025-08-07drm/msm: Add missing "location"s to devcoredumpRob Clark
2025-08-07drm/msm: Fix dereference of pointer minor before null checkColin Ian King
2025-08-07drm/msm: Defer fd_install in VM_BIND ioctlRob Clark
2025-08-01drm/msm: Defer fd_install in SUBMIT ioctlRob Clark
2025-08-01drm/msm: Fix submit error path cleanupRob Clark
2025-08-01drm/msm: Fix refcnt underflow in error pathRob Clark
2025-08-01drm/msm: Update global fault counter when faulty process has already endedMaíra Canal
2025-08-01drm/msm: Fix pagetables setup/teardown serializationRob Clark
2025-08-01drm/msm: Fix build with KMS disabledRob Clark
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-16drm/msm: Pass along the format info from .fb_create() to drm_helper_mode_fill...Ville Syrjälä
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...Ville Syrjälä
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä
2025-07-16drm: Pass pixel_format+modifier directly to drm_get_format_info()Ville Syrjälä
2025-07-14drm/bridge: Pass down connector to drm bridge detect hookAndy Yan
2025-07-14drm/bridge: Make dp/hdmi_audio_* callback keep the same paramter order with g...Andy Yan
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-05drm/msm: Small function param doc fixRob Clark
2025-07-05drm/msm: Take the ioctls away from the KMS-only driverRob Clark
2025-07-05drm/msm: Clean up split driver featuresRob Clark
2025-07-05drm/msm: enable separate binding of GPU and display devicesDmitry Baryshkov
2025-07-05drm/msm: rework binding of Imageon GPUsDmitry Baryshkov
2025-07-05drm/msm: rearrange symbol selectionDmitry Baryshkov
2025-07-05drm/msm: bail out late_init_minor() if it is not a GPU deviceDmitry Baryshkov
2025-07-05drm/msm: make it possible to disable KMS-related code.Dmitry Baryshkov
2025-07-05drm/msm: move KMS driver data to msm_kmsDmitry Baryshkov
2025-07-05drm/msm: get rid of msm_drm_private::num_crtcsDmitry Baryshkov
2025-07-05drm/msm/mdp4: get rid of mdp4_crtc.idDmitry Baryshkov
2025-07-05drm/msm: move helper calls to msm_kms.cDmitry Baryshkov
2025-07-05drm/msm: move wq handling to KMS codeDmitry Baryshkov
2025-07-04drm/msm/adreno: Switch to the common UBWC config structKonrad Dybcio
2025-07-04soc: qcom: ubwc: Add #defines for UBWC swizzle bitsKonrad Dybcio
2025-07-04drm/msm/a6xx: Simplify min_acc_len calculationKonrad Dybcio
2025-07-04drm/msm/a6xx: Resolve the meaning of rgb565_predicatorKonrad Dybcio
2025-07-04drm/msm/a6xx: Replace '2' with BIT(1) in level2_swizzling_dis calcKonrad Dybcio
2025-07-04drm/msm/a6xx: Resolve the meaning of UBWC_MODEKonrad Dybcio
2025-07-04drm/msm/a6xx: Simplify uavflagprd_inv detectionKonrad Dybcio
2025-07-04drm/msm/a6xx: Resolve the meaning of AMSBCKonrad Dybcio
2025-07-04drm/msm/a6xx: Get a handle to the common UBWC configKonrad Dybcio
2025-07-04drm/msm: Use the central UBWC config databaseKonrad Dybcio
2025-07-04drm/msm: Offset MDSS HBB value by 13Konrad Dybcio
2025-07-04drm/msm: Update register xmlRob Clark
2025-07-04drm/msm: Add VM_BIND throttlingRob Clark
2025-07-04drm/msm: Defer VMA unmap for fb unpinsRob Clark
2025-07-04drm/msm: Bump UAPI versionRob Clark