summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov2023-10-2610-22/+92
* drm/ci: do not automatically retry on errorHelen Koike2023-10-261-14/+0
* drm/ci: export kernel configHelen Koike2023-10-262-1/+2
* drm/ci: increase i915 job timeout to 1h30mHelen Koike2023-10-261-0/+5
* drm/ci: add subset-1-gfx to LAVA_TAGS and adjust shardsHelen Koike2023-10-262-10/+15
* drm/ci: clean up xfails (specially flakes list)Helen Koike2023-10-2633-287/+162
* drm/ci: uprev IGT and make sure core_getversion is runHelen Koike2023-10-263-9/+26
* drm/ci: add helper script update-xfails.pyHelen Koike2023-10-262-0/+221
* drm/ci: fix DEBIAN_ARCH and get amdgpu probingHelen Koike2023-10-264-8/+8
* drm/ci: uprev mesa version: fix container build & crosvmHelen Koike2023-10-264-3/+22
* drm/ci: Enable CONFIG_BACKLIGHT_CLASS_DEVICERob Clark2023-10-262-0/+2
* drm/ci: force-enable CONFIG_MSM_MMCC_8996 as built-inDmitry Baryshkov2023-10-261-0/+1
* drm/ci: pick up -external-fixes from the merge target repoDmitry Baryshkov2023-10-261-0/+5
* drm/rockchip: vop: Add NV15, NV20 and NV30 supportJonas Karlman2023-10-243-17/+86
* drm/fourcc: Add NV20 and NV30 YUV formatsJonas Karlman2023-10-241-0/+8
* drm/rockchip: vop2: rename window formats to show window type using themAndy Yan2023-10-241-15/+15
* drm/rockchip: vop2: Add more supported 10bit formatsAndy Yan2023-10-242-6/+61
* drm/rockchip: vop2: remove the unsupported format of cluster windowAndy Yan2023-10-242-26/+1
* drm/rockchip: vop: fix format bpp calculationAndy Yan2023-10-241-2/+16
* drm/bridge: synopsys: dw-mipi-dsi: Fix hcomponent lbcc for burst modeLiu Ying2023-10-241-6/+12
* drm/client: Convert drm_client_buffer_addfb() to drm_mode_addfb2()Geert Uytterhoeven2023-10-241-8/+5
* drm/vc4: fix typoDario Binacchi2023-10-231-1/+1
* drm/panel: ili9882t: Avoid blurred screen from fast sleepCong Yang2023-10-191-1/+21
* drm/panel: ili9882t: Break out as separate driverCong Yang2023-10-194-371/+769
* drm/ast: Move register constants to ast_reg.hThomas Zimmermann2023-10-192-81/+101
* drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_RThomas Zimmermann2023-10-192-2/+2
* drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_RThomas Zimmermann2023-10-192-4/+4
* drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRIThomas Zimmermann2023-10-198-162/+162
* drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRIThomas Zimmermann2023-10-192-2/+2
* drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDRThomas Zimmermann2023-10-192-4/+4
* drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWRThomas Zimmermann2023-10-192-2/+2
* drm/ast: Rename AST_IO_DAC_INDEX_READ to AST_IO_VGADRRThomas Zimmermann2023-10-191-1/+1
* drm/ast: Rename AST_IO_SEQ_PORT to AST_IO_VGASRIThomas Zimmermann2023-10-192-12/+12
* drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAERThomas Zimmermann2023-10-192-3/+3
* drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_WThomas Zimmermann2023-10-193-4/+4
* drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_WThomas Zimmermann2023-10-192-6/+6
* drm/ssd130x: Add support for the SSD132x OLED controller familyJavier Martinez Canillas2023-10-185-27/+449
* drm/ssd130x: Rename commands that are shared across chip familiesJavier Martinez Canillas2023-10-183-25/+30
* drm/ssd130x: Add a controller family id to the device info dataJavier Martinez Canillas2023-10-184-0/+15
* drm/ssd130x: Replace .page_height field in device info with a constantJavier Martinez Canillas2023-10-182-20/+18
* drm/gpuvm: Dual-licence the drm_gpuvm code GPL-2.0 OR MITThomas Hellström2023-10-171-1/+1
* drm/panel: st7703: Add Powkiddy RGB30 Panel SupportChris Morgan2023-10-161-0/+89
* drm/rockchip: remove NR_LAYERS macro on vop2Andy Yan2023-10-161-3/+1
* drm/rockchip: remove unused struct in vop2Andy Yan2023-10-162-5/+0
* drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map()Dan Carpenter2023-10-161-1/+1
* drm/bridge: lt9611uxc: fix the race in the error pathDmitry Baryshkov2023-10-161-4/+6
* drm/bridge: imx: Add i.MX93 MIPI DSI supportLiu Ying2023-10-163-0/+929
* drm/bridge: synopsys: dw-mipi-dsi: Disable HSTX and LPRX timeout checkLiu Ying2023-10-161-2/+2
* drm/bridge: synopsys: dw-mipi-dsi: Set minimum lane byte clock cycles for HSA...Liu Ying2023-10-161-1/+13
* drm/bridge: synopsys: dw-mipi-dsi: Use pixel clock rate to calculate lbccLiu Ying2023-10-161-1/+9