summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2022-04-27drm/msm/mdp5: check the return of kzalloc()Xiaoke Wang1-0/+3
2022-04-27drm/msm/disp: check the return value of kzalloc()Xiaoke Wang1-0/+2
2022-04-20drm/msm/dp: add fail safe mode outside of event_mutex contextKuogee Hsieh3-10/+17
2022-04-20drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init()Stephen Boyd1-1/+1
2022-04-20drm/msm: Fix range size vs end confusionRob Clark1-1/+1
2022-04-20drm/msm: Add missing put_task_struct() in debugfs pathRob Clark1-0/+1
2022-04-13drm/msm/dsi: Remove spurious IRQF_ONESHOT flagDaniel Thompson1-1/+1
2022-04-08drm/msm/a6xx: Fix missing ARRAY_SIZE() checkRob Clark1-4/+8
2022-04-08drm/msm/dpu: fix dp audio conditionDmitry Baryshkov1-1/+1
2022-04-08drm/msm/dpu: add DSPP blocks teardownDmitry Baryshkov1-0/+8
2022-04-08drm/msm/dsi/phy: fix 7nm v4.0 settings for C-PHY modeDmitry Baryshkov1-8/+14
2022-04-08drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parentMarijn Suijten5-5/+15
2022-04-08drm/msm/dp: always add fail-safe mode into connector mode listKuogee Hsieh1-0/+5
2022-04-08drm/msm/dp: stop link training after link training 2 failedKuogee Hsieh1-0/+3
2022-04-08drm/msm/dp: populate connector of struct dp_panelKuogee Hsieh1-0/+5
2022-02-01drm/msm/a6xx: Add missing suspend_count incrementRob Clark1-0/+2
2022-02-01drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pccJosé Expósito1-2/+9
2022-02-01drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phyMiaoqian Lin1-1/+6
2022-02-01drm/msm/dsi: invalid parameter check in msm_dsi_phy_enableJosé Expósito1-1/+3
2022-02-01drm/msm/dsi: Fix missing put_device() call in dsi_get_phyMiaoqian Lin1-1/+6
2022-02-01drm/msm: Fix wrong size calculationXianting Tian1-1/+1
2022-01-27drm/msm/dpu: fix safe status debugfs fileDmitry Baryshkov1-2/+2
2022-01-27drm/msm/dsi: fix initialization in the bonded DSI caseDmitry Baryshkov3-21/+7
2022-01-27drm/msm/dp: displayPort driver need algorithm rationalJackie Liu1-0/+1
2022-01-27drm/msm/gpu: Don't allow zero fence_idRob Clark1-1/+1
2021-12-17drm/msm/dp: Avoid unpowered AUX xfers that caused crashesDouglas Anderson1-0/+17
2021-12-17drm/msm/dsi: set default num_data_lanesPhilip Chen1-0/+2
2021-12-17drm/msm/a6xx: Fix uinitialized use of gpu_scidAkhil P Oommen1-9/+9
2021-12-17drm/msm: Fix null ptr access msm_ioctl_gem_submit()Akhil P Oommen1-0/+1
2021-12-08drm/msm: Restore error return on invalid fenceRob Clark3-0/+10
2021-12-08drm/msm: Fix wait_fence submitqueue leakRob Clark1-20/+29
2021-12-08drm/msm: Fix mmap to include VM_IO and VM_DONTDUMPDouglas Anderson1-2/+1
2021-12-08drm/msm/devfreq: Fix OPP refcnt leakRob Clark1-0/+5
2021-12-08drm/msm: Do hw_init() before capturing GPU stateRob Clark1-0/+1
2021-12-08drm/msm/a6xx: Allocate enough space for GMU registersDouglas Anderson1-2/+2
2021-11-18drm/msm/dsi: fix wrong type in msm_dsi_hostJessica Zhang1-12/+12
2021-11-18drm/msm: Fix potential NULL dereference in DPU SSPPJessica Zhang1-3/+5
2021-11-18drm/msm: uninitialized variable in msm_gem_import()Dan Carpenter1-2/+2
2021-11-18drm/msm: fix potential NULL dereference in cleanupDan Carpenter1-0/+1
2021-11-18drm/msm: unlock on error in get_sched_entity()Dan Carpenter1-0/+1
2021-11-18drm/msm: potential error pointer dereference in init()Dan Carpenter1-0/+4
2021-11-18drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init()Dan Carpenter1-3/+3
2021-11-18drm/msm/dsi: do not enable irq handler before powering up the hostDmitry Baryshkov3-17/+49
2021-11-18drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture()Tim Gardner1-1/+1
2021-10-21Merge tag 'drm-msm-fixes-2021-10-18' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie3-1/+13
2021-10-19drm/msm/devfreq: Restrict idle clamping to a618 for nowRob Clark3-1/+13
2021-10-12Merge tag 'drm-msm-fixes-2021-10-11' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie20-112/+256
2021-10-12drm/msm/dsi: fix off by one in dsi_bus_clk_enable error handlingDan Carpenter1-1/+1
2021-10-12drm/msm/dsi: Fix an error code in msm_dsi_modeset_init()Dan Carpenter1-1/+3
2021-10-12drm/msm/dsi: dsi_phy_14nm: Take ready-bit into account in poll_for_readyMarijn Suijten1-15/+15