summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorLines
2023-10-05drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limitsAbhinav Kumar-3/+12
2023-09-20drm/msm/dp: Add newlines to debug printksStephen Boyd-2/+2
2023-09-20drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflowAbhinav Kumar-6/+6
2023-09-20drm/msm/dsi: fix irq_of_parse_and_map() error checkingDan Carpenter-4/+3
2023-09-20drm/msm/dsi: skip the wait for video mode done if not applicableAbhinav Kumar-0/+12
2023-09-20drm/msm/mdss: fix highest-bank-bit for msm8998Dmitry Baryshkov-1/+1
2023-09-20drm/msm/dp: do not reinitialize phy unless retry during link trainingKuogee Hsieh-7/+6
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-2882/+4756
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)-6/+0
2023-08-24Merge tag 'drm-msm-next-2023-08-20' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie-2856/+4734
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie-28/+54
2023-08-17drm/msm/a6xx: Bail out early if setting GPU OOB failsKonrad Dybcio-1/+3
2023-08-17drm/msm/a6xx: Move LLC accessors to the common headerKonrad Dybcio-15/+15
2023-08-17drm/msm/a6xx: Introduce a6xx_llc_readKonrad Dybcio-0/+5
2023-08-15drm/msm/adreno: Add missing MODULE_FIRMWARE macrosJuerg Haefliger-0/+10
2023-08-15drm/msm/gpu: Push gpu lock down past runpmRob Clark-10/+8
2023-08-14drm/msm/a690: Switch to a660_gmu.binRob Clark-1/+1
2023-08-10drm/msm: Remove vma use trackingRob Clark-96/+9
2023-08-10drm/msm: Take lru lock once per submit_pin_objects()Rob Clark-17/+46
2023-08-10drm/msm: Use drm_gem_object in submit bos tableRob Clark-40/+40
2023-08-10drm/msm: Take lru lock once per job_runRob Clark-3/+5
2023-08-10drm/msm/adreno: adreno_gpu: Switch to memdup_user_nul() helperRuan Jinjie-11/+3
2023-08-07drm/msm: Disallow relocs on a6xx+Rob Clark-0/+21
2023-08-07drm/msm/a6xx: Fix GMU lockdep splatRob Clark-5/+8
2023-08-07drm/msm/a2xx: Call adreno_gpu_init() earlierFabio Estevam-4/+4
2023-08-07drm/msm/a6xx: Fix up GMU region reservationsKonrad Dybcio-4/+4
2023-08-07drm/msm/a6xx: Improve GMU force shutdown sequenceKonrad Dybcio-0/+7
2023-08-07drm/msm/a6xx: Ensure clean GMU state in a6xx_gmu_fw_startKonrad Dybcio-0/+6
2023-08-07drm/msm/a6xx: Skip empty protection ranges entriesKonrad Dybcio-2/+5
2023-08-07drm/msm/a6xx: Use descriptive bitfield names for CP_PROTECT_CNTLKonrad Dybcio-1/+4
2023-08-07drm/msm/a6xx: Add some missing header definitionsKonrad Dybcio-0/+5
2023-08-07drm/msm/a6xx: Fix misleading commentRob Clark-2/+2
2023-08-07drm/msm/adreno: Switch to chip-id for identifying GPURob Clark-105/+115
2023-08-07drm/msm/adreno: Move adreno info to configRob Clark-17/+8
2023-08-07drm/msm/adreno: Add helper for formating chip-idRob Clark-16/+17
2023-08-07drm/msm/adreno: Add adreno familyRob Clark-18/+70
2023-08-07drm/msm/adreno: Bring the a630 family togetherRob Clark-5/+6
2023-08-07drm/msm/adreno: Move speedbin mapping to device tableRob Clark-155/+97
2023-08-07drm/msm/adreno: Allow SoC specific gpu device table entriesRob Clark-4/+31
2023-08-07drm/msm/adreno: Use quirk to identify cached-coherent supportRob Clark-7/+17
2023-08-07drm/msm/adreno: Use quirk identify hw_aprivRob Clark-2/+6
2023-08-07drm/msm/adreno: Remove redundant revn paramRob Clark-16/+9
2023-08-07drm/msm/adreno: Remove redundant gmem size paramRob Clark-8/+8
2023-08-07drm/msm/adreno: Remove GPU nameRob Clark-34/+5
2023-08-07Merge branch 'msm-fixes' into msm-nextRob Clark-12/+37
2023-08-04drm/msm/dpu: fix the irq index in dpu_encoder_phys_wb_wait_for_commit_doneDmitry Baryshkov-1/+2
2023-08-04drm/msm/dpu: initialise clk_rate to 0 in _dpu_core_perf_get_core_clk_rateDmitry Baryshkov-0/+1
2023-08-04drm/msm/dpu: clean up some inconsistent indentingJiapeng Chong-3/+3
2023-08-04drm/msm/mdp5: Don't leak some plane stateDaniel Vetter-2/+1
2023-08-04drm/msm/dpu: Drop encoder vsync_eventJessica Zhang-87/+1