aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2024-05-17drm/amdgpu: Remove dead code in amdgpu_ras_add_mca_err_addrMa Jun1-13/+0
2024-05-17drm/amdgpu: Fix null pointer dereference to boMa Jun1-5/+11
2024-05-17drm/amd/display: fix documentation warnings for mpc.hMarcelo Mendes Spessoto Junior1-113/+576
2024-05-17drm/amdgpu: enable unmapped doorbell handling basic mode on mes 12shaoyunl2-1/+16
2024-05-17drm/panel: lg-sw43408: use new streamlined MIPI DSI APIDmitry Baryshkov1-58/+37
2024-05-17drm/panel: novatek-nt36672e: use wrapped MIPI DCS functionsDmitry Baryshkov1-313/+284
2024-05-17drm/panel: innolux-p079zca: use mipi_dsi_dcs_nop_multi()Dmitry Baryshkov1-8/+1
2024-05-17drm/panel: ilitek-ili9882t: use wrapped MIPI DCS functionsDmitry Baryshkov1-37/+11
2024-05-17drm/panel: boe-tv101wum-nl6: use wrapped MIPI DCS functionsDmitry Baryshkov1-62/+19
2024-05-17drm/mipi-dsi: wrap more functions for streamline handlingDmitry Baryshkov1-0/+210
2024-05-17drm/panel: lg-sw43408: add missing error handlingDmitry Baryshkov1-6/+27
2024-05-17drm/xe: Replace RING_START_UDW by u64 RING_STARTJosé Roberto de Souza2-8/+6
2024-05-17drm/mgag200: Use drm_connector_helper_get_modes()Thomas Zimmermann2-20/+1
2024-05-17drm/mgag200: Acquire I/O-register lock in DDC codeThomas Zimmermann2-9/+24
2024-05-17drm/mgag200: Rename struct i2c_algo_bit_data callbacksThomas Zimmermann1-8/+8
2024-05-17drm/mgag200: Rename mgag200_i2c.c to mgag200_ddc.cThomas Zimmermann2-1/+1
2024-05-17drm/mgag200: Replace struct mga_i2c_chan with struct mgag200_ddcThomas Zimmermann2-33/+33
2024-05-17drm/mgag200: Inline mgag200_i2c_init()Thomas Zimmermann1-33/+29
2024-05-17drm/mgag200: Allocate instance of struct mga_i2c_chan dynamicallyThomas Zimmermann12-45/+79
2024-05-17drm/mgag200: Store pointer to struct mga_device in struct mga_i2c_chanThomas Zimmermann2-10/+10
2024-05-17drm/mgag200: Bind I2C lifetime to DRM deviceThomas Zimmermann1-2/+4
2024-05-17drm/mgag200: Set DDC timeout in millisecondsThomas Zimmermann1-1/+1
2024-05-17drm/i915/selftests: Set always_coherent to false when reading from CPUNirmoy Das1-1/+1
2024-05-17drm/tests/buddy: stop using PAGE_SIZEMatthew Auld1-21/+21
2024-05-17drm/buddy: stop using PAGE_SIZEMatthew Auld1-1/+1
2024-05-17drm/panel: himax-hx83102: Support for IVO t109nw41 MIPI-DSI panelCong Yang1-0/+132
2024-05-17drm/panel: himax-hx83102: Support for BOE nv110wum-l60 MIPI-DSI panelCong Yang1-0/+133
2024-05-17drm/panel: himax-hx83102: Break out as separate driverCong Yang4-133/+483
2024-05-16drm/xe/vf: Expose SR-IOV VF attributes to GT debugfsMichal Wajdeczko4-0/+90
2024-05-16drm/xe/vf: Custom hardware config load step if VFMichal Wajdeczko1-0/+36
2024-05-16drm/xe/vf: Add support for VF to query its configurationMichal Wajdeczko5-0/+856
2024-05-16drm/xe/guc: Add VF2GUC_QUERY_SINGLE_KLV to ABIMichal Wajdeczko1-0/+56
2024-05-16drm/xe/guc: Add VF2GUC_VF_RESET to ABIMichal Wajdeczko1-0/+37
2024-05-16drm/xe/guc: Add VF2GUC_MATCH_VERSION to ABIMichal Wajdeczko1-0/+67
2024-05-16drm/etnaviv: Disable SH_EU clock gating on VIPNano-Si+Philipp Zabel1-0/+6
2024-05-16drm/etnaviv: Turn etnaviv_is_model_rev() into a functionPhilipp Zabel1-32/+34
2024-05-16drm/etnaviv: Update hardware headers from rnndbPhilipp Zabel5-46/+173
2024-05-16drm/etnaviv: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-16drm/i915/guc: avoid FIELD_PREP warningArnd Bergmann1-3/+3
2024-05-16drm/xe/pf: Expose PF monitor details via debugfsMichal Wajdeczko1-0/+7
2024-05-16drm/xe/pf: Track adverse events notifications from GuCMichal Wajdeczko6-0/+206
2024-05-16drm/xe/guc: Add GUC2PF_ADVERSE_EVENT to ABIMichal Wajdeczko1-0/+30
2024-05-16drm/xe/pf: Allow configuration of VF thresholds over debugfsMichal Wajdeczko1-0/+72
2024-05-16drm/xe/pf: Introduce functions to configure VF thresholdsMichal Wajdeczko3-0/+97
2024-05-16drm/xe/guc: Add support for threshold KLVs in to_string() helperMichal Wajdeczko1-0/+12
2024-05-16drm/xe/guc: Introduce GuC KLV thresholds setMichal Wajdeczko2-0/+132
2024-05-16drm/xe/guc: Add more KLV helper macrosMichal Wajdeczko1-1/+14
2024-05-16Merge tag 'drm-next-2024-05-16' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-2/+37
2024-05-16drm/i915: pass dev_priv explicitly to CURSURFLIVEJani Nikula2-5/+10
2024-05-16drm/i915: pass dev_priv explicitly to CUR_CHICKENJani Nikula1-1/+1