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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-09
drm: xlnx: zynqmp_dpsub: Pass disp structure to all internal functions
Laurent Pinchart
1
-145
/
+121
2021-08-09
drm: xlnx: zynqmp: Add zynqmp_disp_layer_is_video() to simplify the code
Quanyang Wang
1
-17
/
+22
2021-08-09
drm: xlnx: zynqmp: release reset to DP controller before accessing DP registers
Quanyang Wang
1
-10
/
+12
2021-08-09
drm: xlnx: zynqmp_dpsub: Update dependencies for ZynqMP DP
Dylan Yip
1
-0
/
+2
2021-08-09
drm: xlnx: zynqmp_dpsub: Call pm_runtime_get_sync before setting pixel clock
Quanyang Wang
1
-1
/
+2
2021-08-08
drm/vkms: Use offset-adjusted shadow-plane mappings and output
Thomas Zimmermann
4
-3
/
+4
2021-08-08
drm/vbox: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-1
/
+1
2021-08-08
drm/udl: Use offset-adjusted shadow-plane mapping
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/simpledrm: Use offset-adjusted shadow-plane mapping
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/gm12u320: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/cirrus: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/mgag200: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/hyperv: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/gud: Get offset-adjusted mapping from drm_gem_fb_vmap()
Thomas Zimmermann
1
-2
/
+3
2021-08-08
drm/ast: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-1
/
+1
2021-08-08
drm/gem: Provide offset-adjusted framebuffer BO mappings
Thomas Zimmermann
4
-4
/
+19
2021-08-08
drm/mgag200: Compute PLL values during atomic check
Thomas Zimmermann
2
-18
/
+22
2021-08-08
drm/mgag200: Introduce custom CRTC state
Thomas Zimmermann
2
-0
/
+55
2021-08-08
drm/simple-kms: Support custom CRTC state
Thomas Zimmermann
1
-3
/
+36
2021-08-08
drm/mgag200: Abstract pixel PLL via struct mgag200_pll
Thomas Zimmermann
4
-903
/
+1019
2021-08-08
drm/mgag200: Declare PLL clock constants static const
Thomas Zimmermann
1
-44
/
+31
2021-08-08
drm/mgag200: Split PLL compute function for G200SE by rev
Thomas Zimmermann
1
-70
/
+96
2021-08-08
drm/mgag200: Split PLL compute functions by device type
Thomas Zimmermann
1
-110
/
+146
2021-08-08
drm/mgag200: Store values (not bits) in struct mgag200_pll_values
Thomas Zimmermann
1
-62
/
+91
2021-08-08
drm/mgag200: Introduce separate variable for PLL S parameter
Thomas Zimmermann
1
-20
/
+16
2021-08-08
drm/mgag200: Split PLL setup into compute and update functions
Thomas Zimmermann
2
-52
/
+198
2021-08-08
drm/mgag200: Remove P_ARRAY_SIZE
Thomas Zimmermann
1
-4
/
+3
2021-08-08
drm/mgag200: Return errno codes from PLL compute functions
Thomas Zimmermann
1
-2
/
+2
2021-08-08
drm/mgag200: Select clock in PLL update functions
Thomas Zimmermann
3
-12
/
+33
2021-08-07
drm/msm/dpu: make dpu_hw_ctl_clear_all_blendstages clear necessary LMs
Dmitry Baryshkov
1
-4
/
+6
2021-08-07
drm/msm/dpu: add support for alpha blending properties
Dmitry Baryshkov
2
-16
/
+37
2021-08-07
drm/msm/dp: update is_connected status base on sink count at dp_pm_resume()
Kuogee Hsieh
1
-3
/
+14
2021-08-07
drm/msm/disp/dpu1: add safe lut config in dpu driver
Kalyan Thota
1
-0
/
+5
2021-08-07
drm/msm/dp: Remove unused variable
Souptick Joarder
1
-2
/
+0
2021-08-07
drm/msm/dsi: Fix DSI and DSI PHY regulator config from SDM660
Konrad Dybcio
2
-2
/
+1
2021-08-07
drm/msm: remove a repeated including of <linux/debugfs.h>
Guo Zhengkui
1
-1
/
+0
2021-08-07
drm/msm/dp: add logs across DP driver for ease of debugging
Maitreyee Rao
5
-35
/
+44
2021-08-07
drm/msm/kms: drop set_encoder_mode callback
Dmitry Baryshkov
1
-3
/
+0
2021-08-07
drm/msm/dsi: stop calling set_encoder_mode callback
Dmitry Baryshkov
3
-15
/
+0
2021-08-07
drm/msm/dp: stop calling set_encoder_mode callback
Dmitry Baryshkov
1
-18
/
+0
2021-08-07
drm/msm/mdp5: move mdp5_encoder_set_intf_mode after msm_dsi_modeset_init
Dmitry Baryshkov
1
-8
/
+3
2021-08-07
drm/msm/dpu: support setting up two independent DSI connectors
Dmitry Baryshkov
1
-45
/
+57
2021-08-07
drm/msm/dsi: add three helper functions
Dmitry Baryshkov
3
-10
/
+33
2021-08-07
drm/msm/dsi: rename dual DSI to bonded DSI
Dmitry Baryshkov
8
-80
/
+79
2021-08-07
drm/msm/dsi: add support for dsi test pattern generator
Abhinav Kumar
3
-0
/
+77
2021-08-07
drm/msm/dsi: update dsi register header file for tpg
Abhinav Kumar
1
-0
/
+73
2021-08-07
drm/msm/dsi: Add DSI support for SC7280
Rajeev Nandan
2
-0
/
+21
2021-08-07
drm/msm/dsi: Add PHY configuration for SC7280
Rajeev Nandan
4
-3
/
+32
2021-08-07
drm/msm/dsi: drop msm_dsi_phy_get_shared_timings
Dmitry Baryshkov
3
-13
/
+8
2021-08-07
drm/msm/dsi: phy: use of_device_get_match_data
Dmitry Baryshkov
1
-6
/
+4
[prev]
[next]