summaryrefslogtreecommitdiffstats
path: root/Documentation/fb (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-15drm/lima: fix void pointer to enum lima_gpu_id cast warningErico Nunes2-3/+23
2024-04-15drm/lima: fix shared irq handling on driver removeErico Nunes3-0/+11
2024-04-15drm/lima: mask irqs in timeout path before hard resetErico Nunes1-0/+7
2024-04-15drm/lima: include pp bcast irq in timeout handler checkErico Nunes1-0/+2
2024-04-15drm/lima: add mask irq callback to gp and ppErico Nunes5-0/+42
2024-04-12accel/qaic: mark debugfs stub functions as static inlineArnd Bergmann1-3/+3
2024-04-12accel/qaic: Add Sahara implementation for firmware loadingJeffrey Hugo4-1/+471
2024-04-12drm/arm/malidp: fix a possible null pointer dereferenceHuai-Yuan Liu1-1/+4
2024-04-11drm/i915: Add SIZE_HINTS property for cursorsVille Syrjälä1-0/+24
2024-04-11drm: Introduce plane SIZE_HINTS propertyVille Syrjälä5-0/+83
2024-04-11drm/ttm: remove unused paramterJesse Zhang1-5/+3
2024-04-11drm/ast: Define struct ast_ddc in ast_ddc.cThomas Zimmermann3-17/+18
2024-04-11drm/ast: Group DDC init code by data structureThomas Zimmermann1-8/+8
2024-04-11drm/ast: Set DDC timeout in millisecondsThomas Zimmermann1-1/+1
2024-04-10drm/nouveau/dp: Don't probe eDP ports twice harderLyude Paul1-5/+8
2024-04-10drm/nouveau/kms/nv50-: Disable AUX bus for disconnected DP portsLyude Paul1-0/+10
2024-04-10drm/bridge: imx8mp-hdmi-tx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-10drm/bridge: imx8mp-hdmi-pvi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-10drm: tilcdc: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-6/+0
2024-04-10drm/omap: dmm_tiler: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-10drm: xlnx: db: fix a memory leak in probeDan Carpenter1-1/+1
2024-04-10MAINTAINERS: Add myself as maintainer for Xilinx DRM driversTomi Valkeinen1-0/+1
2024-04-10drm: remove unused header gma_drm.hJani Nikula1-13/+0
2024-04-08drm: bridge: cdns-mhdp8546: Fix possible null pointer dereferenceAleksandr Mishin1-0/+3
2024-04-08dt-bindings: display: bridge: it6505: Add #sound-dai-cellsChen-Yu Tsai1-1/+7
2024-04-08drm-panel: If drm_panel_dp_aux_backlight() fails, don't fail panel probeDouglas Anderson2-3/+14
2024-04-08drm/panel-edp: If we fail to powerup/get EDID, use conservative timingsDouglas Anderson1-5/+7
2024-04-08drm/panel-edp: Abstract out function to set conservative timingsDouglas Anderson1-20/+20
2024-04-05accel/qaic: Add fifo queued debugfsJeffrey Hugo3-0/+41
2024-04-05accel/qaic: Add fifo size debugfsJeffrey Hugo1-0/+35
2024-04-05accel/qaic: Add bootlog debugfsJeffrey Hugo5-1/+317
2024-04-05drm/bridge: dw-hdmi: Make DRM_DW_HDMI selectableMaxime Ripard1-1/+1
2024-04-05drm/display: Select DRM_KMS_HELPER for DP helpersMaxime Ripard1-0/+1
2024-04-04drm: fix DRM_DISPLAY_DP_HELPER dependenciesArnd Bergmann2-2/+2
2024-04-04drm/bridge: adv7511: Allow IRQ to share GPIO pinsAdam Ford1-1/+7
2024-04-03drm/panthor: Don't return NULL from panthor_vm_get_heap_pool()Harshit Mogalapalli3-3/+5
2024-04-03drm/panthor: Fix NULL vs IS_ERR() bug in panthor_probe()Harshit Mogalapalli1-1/+1
2024-04-03drm/panthor: Fix off by one in panthor_fw_get_cs_iface()Dan Carpenter1-1/+1
2024-04-03drm/panthor: Fix error code in panthor_gpu_init()Dan Carpenter1-2/+2
2024-04-03drm/panthor: Fix a couple -ENOMEM error codesDan Carpenter1-2/+6
2024-04-03drm/panthor: Fix some kerneldoc warningsLiviu Dudau1-5/+3
2024-04-03drm/panthor: Cleanup unused variable 'cookie'Liviu Dudau1-4/+0
2024-04-02drm/ast: Automatically clean up poll helperThomas Zimmermann3-1/+32
2024-04-02drm/ast: Implement polling for VGA and SIL164 connectorsThomas Zimmermann3-2/+37
2024-04-02drm/ast: Use drm_connector_helper_get_modes()Thomas Zimmermann1-40/+2
2024-04-02drm/ast: Acquire I/O-register lock in DDC codeThomas Zimmermann2-26/+28
2024-04-02drm/ast: Rename struct i2c_algo_bit_data callbacks and their parametersThomas Zimmermann1-14/+14
2024-04-02drm/ast: Store AST device in struct ast_ddcThomas Zimmermann2-7/+7
2024-04-02drm/ast: Pass AST device to ast_ddc_create()Thomas Zimmermann3-4/+8
2024-04-02drm/ast: Rename struct ast_i2c_chan to struct ast_ddcThomas Zimmermann3-47/+52