aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-01-161-2/+0
|\
| * drm/msm/hdmi: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov2023-01-051-2/+0
* | Merge tag 'drm-msm-next-2022-11-28' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2022-11-3012-66/+150
|\ \
| * | drm/msm: Hangcheck progress detectionRob Clark2022-11-176-3/+109
| * | drm/msm/adreno: Simplify read64/write64 helpersRob Clark2022-11-176-46/+27
| * | drm/msm: Enable unpin/eviction by defaultRob Clark2022-11-171-1/+1
| * | drm/msm: Enable clamp_to_idle for 7c3Rob Clark2022-11-171-7/+7
| * | drm/msm/a6xx: Fix speed-bin detection vs probe-deferRob Clark2022-11-171-7/+5
| * | drm/msm: Remove exclusive-fence hackRob Clark2022-11-171-2/+1
* | | Merge tag 'drm-msm-display-for-6.2' of https://gitlab.freedesktop.org/lumag/m...Dave Airlie2022-11-3028-438/+530
|\ \ \ | |_|/ |/| |
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...Dmitry Baryshkov2022-11-2617-350/+379
| |\ \ \ \ \ \
| | | | | | * | drm/msm/mdp5: fix reading hw revision on db410c platformDmitry Baryshkov2022-11-261-9/+8
| | | | | | * | drm/msm/mdp5: stop overriding drvdataDmitry Baryshkov2022-11-021-15/+17
| | | | | * | | drm/msm/hdmi: remove unnecessary NULL checkDan Carpenter2022-11-231-2/+1
| | | | | * | | drm/msm/hdmi: move msm_hdmi_get_phy() to msm_hdmi_dev_probe()Dmitry Baryshkov2022-11-041-18/+22
| | | | | * | | drm/msm/hdmi: don't take extra reference on PHY deviceDmitry Baryshkov2022-11-041-1/+1
| | | | | * | | drm/msm/hdmi: move resource allocation to probe functionDmitry Baryshkov2022-11-041-166/+138
| | | | | * | | drm/msm/hdmi: drop constant resource names from platform configDmitry Baryshkov2022-11-032-9/+3
| | | | | * | | drm/msm/hdmi: use devres helper for runtime PM managementDmitry Baryshkov2022-11-031-1/+1
| | | | | |/ /
| | | | * | | drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bitsMarijn Suijten2022-11-041-1/+5
| | | | * | | drm/msm/dpu1: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten2022-11-041-9/+2
| | | | * | | drm/msm/dsi: Disallow 8 BPC DSC configuration for alternative BPC valuesMarijn Suijten2022-11-041-0/+5
| | | | * | | drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten2022-11-041-5/+14
| | | | * | | drm/msm/dsi: Migrate to drm_dsc_compute_rc_parameters()Marijn Suijten2022-11-041-58/+6
| | | | * | | drm/msm/dsi: Appropriately set dsc->mux_word_size based on bpcMarijn Suijten2022-11-041-1/+1
| | | | * | | drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_sizeMarijn Suijten2022-11-041-7/+2
| | | | * | | drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on moduloMarijn Suijten2022-11-041-3/+1
| | | | * | | drm/msm/dsi: Remove repeated calculation of slice_per_intfMarijn Suijten2022-11-041-4/+2
| | | | * | | drm/msm/dsi: Remove useless math in DSC calculationsMarijn Suijten2022-11-041-9/+1
| | | | * | | drm/msm/dsi: Add phy configuration for QCM2290Loic Poulain2022-11-043-0/+20
| | | | * | | drm/msm/dsi: drop modeset sanity checksJohan Hovold2022-11-041-6/+1
| | | | |/ /
| | | * | | drm/msm/dpu1: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten2022-11-041-9/+2
| | | * | | drm/msm/dp: drop modeset sanity checksJohan Hovold2022-11-041-11/+1
| | | * | | drm/msm/dp: retry 3 times if set sink to D0 poweer state failedKuogee Hsieh2022-11-021-5/+8
| | | * | | drm/msm/dp: replace variable err with len at dp_aux_link_power_up()Kuogee Hsieh2022-11-021-7/+7
| | | |/ /
| | * | | drm/msm/disp/dpu1: add support for display on SM6115Adam Skladowski2022-11-264-0/+94
| | * | | drm/msm/dpu: Refactor sc7280_pp locationRobert Foss2022-11-021-7/+7
| | * | | drm/msm/dpu: use DEFINE_SHOW_ATTRIBUTE to simplify dpu_regset32Liu Shixin2022-11-021-15/+3
| | * | | drm/msm/dpu: Add support for P010 formatJessica Zhang2022-11-023-1/+18
| | * | | drm/msm/dpu: Add support for XR30 formatJessica Zhang2022-11-023-0/+10
| | |/ /
| * | | drm/msm: remove duplicated code from a6xx_create_address_spaceDmitry Baryshkov2022-11-036-33/+20
| * | | drm/msm: move domain allocation into msm_iommu_new()Dmitry Baryshkov2022-11-038-60/+62
| * | | drm/msm: Add MSM_INFO_GET_FLAGSRob Clark2022-11-021-0/+10
| * | | drm/msm: less magic numbers in msm_mdss_enableDmitry Baryshkov2022-11-021-8/+72
| |/ /
| * | Merge remote-tracking branch 'msm/msm-fixes' into HEADDmitry Baryshkov2022-11-0217-31/+120
| |\ \ | | |/ | |/|
* | | Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-2417-31/+120
|\ \ \
| * \ \ Merge tag 'drm-msm-fixes-2022-10-24' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie2022-10-2717-31/+120
| |\ \ \ | | | |/ | | |/|
| | * | drm/msm: Kconfig: Fix spelling mistake "throught" -> "through"Colin Ian King2022-10-141-1/+1
| | * | drm/msm: Remove redundant check for 'submit'Aashish Sharma2022-10-141-3/+2
| | * | drm/msm/a6xx: Remove state objects from list before freeingRob Clark2022-10-141-1/+3