index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
msm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-05
drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfix
Thomas Zimmermann
1
-1
/
+1
2022-11-05
drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix
Thomas Zimmermann
1
-1
/
+1
2022-11-04
drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bits
Marijn Suijten
1
-1
/
+5
2022-11-04
drm/msm/dpu1: Account for DSC's bits_per_pixel having 4 fractional bits
Marijn Suijten
1
-9
/
+2
2022-11-04
drm/msm/dsi: Disallow 8 BPC DSC configuration for alternative BPC values
Marijn Suijten
1
-0
/
+5
2022-11-04
drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bits
Marijn Suijten
1
-5
/
+14
2022-11-04
drm/msm/dsi: Migrate to drm_dsc_compute_rc_parameters()
Marijn Suijten
1
-58
/
+6
2022-11-04
drm/msm/dsi: Appropriately set dsc->mux_word_size based on bpc
Marijn Suijten
1
-1
/
+1
2022-11-04
drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_size
Marijn Suijten
1
-7
/
+2
2022-11-04
drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on modulo
Marijn Suijten
1
-3
/
+1
2022-11-04
drm/msm/dsi: Remove repeated calculation of slice_per_intf
Marijn Suijten
1
-4
/
+2
2022-11-04
drm/msm/dsi: Remove useless math in DSC calculations
Marijn Suijten
1
-9
/
+1
2022-11-04
drm/msm/dsi: Add phy configuration for QCM2290
Loic Poulain
3
-0
/
+20
2022-11-04
drm/msm/dsi: drop modeset sanity checks
Johan Hovold
1
-6
/
+1
2022-11-04
drm/msm/dpu1: Account for DSC's bits_per_pixel having 4 fractional bits
Marijn Suijten
1
-9
/
+2
2022-11-04
drm/msm/dp: drop modeset sanity checks
Johan Hovold
1
-11
/
+1
2022-11-04
drm/msm/hdmi: move msm_hdmi_get_phy() to msm_hdmi_dev_probe()
Dmitry Baryshkov
1
-18
/
+22
2022-11-04
drm/msm/hdmi: don't take extra reference on PHY device
Dmitry Baryshkov
1
-1
/
+1
2022-11-04
drm/msm/hdmi: move resource allocation to probe function
Dmitry Baryshkov
1
-166
/
+138
2022-11-03
drm/msm: remove duplicated code from a6xx_create_address_space
Dmitry Baryshkov
6
-33
/
+20
2022-11-03
drm/msm: move domain allocation into msm_iommu_new()
Dmitry Baryshkov
8
-60
/
+62
2022-11-03
drm/msm/hdmi: drop constant resource names from platform config
Dmitry Baryshkov
2
-9
/
+3
2022-11-03
drm/msm/hdmi: use devres helper for runtime PM management
Dmitry Baryshkov
1
-1
/
+1
2022-11-02
drm/msm/dpu: Refactor sc7280_pp location
Robert Foss
1
-7
/
+7
2022-11-02
drm/msm: Add MSM_INFO_GET_FLAGS
Rob Clark
1
-0
/
+10
2022-11-02
drm/msm/dpu: use DEFINE_SHOW_ATTRIBUTE to simplify dpu_regset32
Liu Shixin
1
-15
/
+3
2022-11-02
drm/msm/mdp5: stop overriding drvdata
Dmitry Baryshkov
1
-15
/
+17
2022-11-02
drm/msm/dp: retry 3 times if set sink to D0 poweer state failed
Kuogee Hsieh
1
-5
/
+8
2022-11-02
drm/msm/dpu: Add support for P010 format
Jessica Zhang
3
-1
/
+18
2022-11-02
drm/msm/dp: replace variable err with len at dp_aux_link_power_up()
Kuogee Hsieh
1
-7
/
+7
2022-11-02
drm/msm/dpu: Add support for XR30 format
Jessica Zhang
3
-0
/
+10
2022-11-02
drm/msm: less magic numbers in msm_mdss_enable
Dmitry Baryshkov
1
-8
/
+72
2022-11-02
Merge remote-tracking branch 'msm/msm-fixes' into HEAD
Dmitry Baryshkov
17
-31
/
+120
2022-10-27
Merge tag 'drm-msm-fixes-2022-10-24' of https://gitlab.freedesktop.org/drm/ms...
Dave Airlie
17
-31
/
+120
2022-10-19
drm: Remove drm_mode_config::fb_base
Zack Rusin
1
-2
/
+0
2022-10-14
drm/msm: Kconfig: Fix spelling mistake "throught" -> "through"
Colin Ian King
1
-1
/
+1
2022-10-14
drm/msm: Remove redundant check for 'submit'
Aashish Sharma
1
-3
/
+2
2022-10-14
drm/msm/a6xx: Remove state objects from list before freeing
Rob Clark
1
-1
/
+3
2022-10-14
drm/msm/a6xx: Skip snapshotting unused GMU buffers
Rob Clark
1
-0
/
+3
2022-10-14
drm/msm/a6xx: Fix kvzalloc vs state_kcalloc usage
Rob Clark
2
-2
/
+16
2022-09-30
drm/msm/dp: cleared DP_DOWNSPREAD_CTRL register before start link training
Kuogee Hsieh
1
-8
/
+5
2022-09-30
drm/msm/hdmi: fix IRQ lifetime
Johan Hovold
1
-1
/
+1
2022-09-30
drm/msm/dp: fix bridge lifetime
Johan Hovold
3
-6
/
+7
2022-09-30
drm/msm/dp: fix aux-bus EP lifetime
Johan Hovold
1
-1
/
+12
2022-09-30
drm/msm/dp: fix IRQ lifetime
Johan Hovold
1
-1
/
+1
2022-09-30
drm/msm/hdmi: fix memory corruption with too many bridges
Johan Hovold
1
-0
/
+5
2022-09-30
drm/msm/dsi: fix memory corruption with too many bridges
Johan Hovold
1
-0
/
+6
2022-09-30
drm/msm/dp: fix memory corruption with too many bridges
Johan Hovold
1
-0
/
+6
2022-09-30
drm/msm: fix use-after-free on probe deferral
Johan Hovold
1
-0
/
+1
2022-09-30
drm/msm: Fix return type of mdp4_lvds_connector_mode_valid
Nathan Huckleberry
1
-2
/
+3
[prev]
[next]