index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-26
drm/msm/dpu: adjust display_v_end for eDP and DP
Kuogee Hsieh
1
-0
/
+1
2022-04-26
drm/msm: remove unused plane_property field from msm_drm_private
Dmitry Baryshkov
1
-10
/
+0
2022-04-26
drm/msm: don't store created planes, connectors and encoders
Dmitry Baryshkov
7
-34
/
+13
2022-04-26
drm/msm: loop over encoders using drm_for_each_encoder()
Dmitry Baryshkov
2
-6
/
+5
2022-04-26
drm/msm/dpu: remove manual destruction of DRM objects
Dmitry Baryshkov
1
-30
/
+3
2022-04-26
drm/msm: properly add and remove internal bridges
Dmitry Baryshkov
4
-0
/
+13
2022-04-26
drm/msm: make mdp5/dpu devices master components
Dmitry Baryshkov
7
-183
/
+79
2022-04-26
drm/msm: allow compile time selection of driver components
Dmitry Baryshkov
6
-11
/
+115
2022-04-26
drm/msm: stop using device's match data pointer
Dmitry Baryshkov
7
-69
/
+42
2022-04-26
drm/msm: split the main platform driver
Dmitry Baryshkov
5
-205
/
+288
2022-04-26
drm/msm: remove extra indirection for msm_mdss
Dmitry Baryshkov
3
-102
/
+83
2022-04-26
drm/msm: unify MDSS drivers
Dmitry Baryshkov
5
-325
/
+93
2022-04-25
drm/amd/display: 3.2.183
Aric Cyr
1
-1
/
+1
2022-04-25
drm/amd/display: Keep track of DSC packed PPS
Ilya Bakoulin
2
-1
/
+3
2022-04-25
drm/amd/display: Remove unused integer
Dillon Varone
1
-1
/
+0
2022-04-25
drm/amd/display: Maintain current link settings in link loss interrupt
Gary Li
1
-0
/
+9
2022-04-25
drm/amd/display: Remove ddc write and read size checking
Leo Ma
1
-6
/
+0
2022-04-25
drm/amd/display: read PSR-SU cap DPCD for specific panel
David Zhang
2
-0
/
+6
2022-04-25
drm/amd/display: Don't pass HostVM by default on DCN3.1
Michael Strauss
2
-1
/
+15
2022-04-25
drm/amd/display: Reset cached PSR parameters after hibernate
Evgenii Krasnikov
1
-1
/
+6
2022-04-25
drm/amd/display: Add Audio readback registers
Ilya Bakoulin
3
-0
/
+13
2022-04-25
drm/amd/display: update dcn315 clk table read
Dmytro Laktyushkin
3
-149
/
+111
2022-04-25
drm/amd/display: 3.2.182
Aric Cyr
1
-1
/
+1
2022-04-25
drm/amd/display: Fix HDCP QUERY Error for eDP and Tiled
Mustapha Ghaddar
1
-2
/
+6
2022-04-25
drm/amd/display: Insert smu busy status before sending another request
Oliver Logush
1
-0
/
+2
2022-04-25
drm/amdkfd: Ignore bogus signals from MEC efficiently
Felix Kuehling
4
-7
/
+60
2022-04-25
drm/amdgpu: Remove useless kfree
Haowen Bai
1
-1
/
+0
2022-04-25
drm/i915: Add crtc .crtc_get_shared_dpll()
Ville Syrjälä
3
-1
/
+52
2022-04-25
drm/i915: Split out dg2_crtc_compute_clock()
Ville Syrjälä
1
-4
/
+18
2022-04-25
drm/i915: Clear the dpll_hw_state when disabling a pipe
Ville Syrjälä
1
-3
/
+3
2022-04-25
drm/i915: Move the dpll_hw_state clearing to intel_dpll_crtc_compute_clock()
Ville Syrjälä
2
-36
/
+3
2022-04-25
drm/i915: Move stuff into intel_dpll_crtc_compute_clock()
Ville Syrjälä
2
-2
/
+11
2022-04-25
drm/i915: Adjust .crtc_compute_clock() calling convention
Ville Syrjälä
3
-36
/
+53
2022-04-25
drm/i915: Remove pointless dpll_funcs checks
Ville Syrjälä
1
-4
/
+0
2022-04-25
drm/i915: Pass dev_priv to intel_shared_dpll_init()
Ville Syrjälä
3
-8
/
+6
2022-04-25
drm/i915: Make .get_dplls() return int
Ville Syrjälä
3
-129
/
+131
2022-04-25
drm/i915/fbc: s/false/0/
Ville Syrjälä
1
-4
/
+4
2022-04-25
drm/i915/fbc: Consult hw.crtc instead of uapi.crtc
Ville Syrjälä
1
-1
/
+1
2022-04-25
drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses
Imre Deak
1
-1
/
+1
2022-04-25
drm/display: Move SCDC helpers into display-helper library
Thomas Zimmermann
12
-10
/
+13
2022-04-25
drm/display: Move HDMI helpers into display-helper module
Thomas Zimmermann
16
-197
/
+219
2022-04-25
drm/display: Move HDCP helpers into display-helper module
Thomas Zimmermann
20
-15
/
+25
2022-04-25
drm/display: Move DSC header and helpers into display-helper module
Thomas Zimmermann
16
-14
/
+22
2022-04-25
drm/display: Introduce a DRM display-helper module
Thomas Zimmermann
16
-59
/
+90
2022-04-25
drm: Rename dp/ to display/
Thomas Zimmermann
70
-83
/
+91
2022-04-25
drm: Put related statements next to each other in Makefile
Thomas Zimmermann
1
-6
/
+17
2022-04-25
Merge tag 'gvt-next-2022-04-21-for-christoph' of https://github.com/intel/gvt-linux into drm-intel-next
Jani Nikula
29
-2743
/
+2483
2022-04-25
drm/tilcdc: fix typos in comment
Chunguang Xu
1
-1
/
+1
2022-04-25
drm/i915: Check EDID for HDR static metadata when choosing blc
Jouni Högander
1
-8
/
+26
2022-04-25
drm/i915: Fix DISP_POS_Y and DISP_HEIGHT defines
Hans de Goede
1
-2
/
+2
[prev]
[next]