summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2023-10-27drm/doc: describe PATH format for DP MSTSimon Ser-0/+6
2023-10-27drm: introduce CLOSEFB IOCTLSimon Ser-0/+25
2023-10-27drm: extract closefb logic in separate functionSimon Ser-22/+31
2023-10-27drm/atomic-helper: Fix spelling mistake "preceeding" -> "preceding"Kunwu Chan-2/+2
2023-10-27drm/ssd130x: Fix possible uninitialized usage of crtc_state variableJavier Martinez Canillas-1/+1
2023-10-26drm/amdgpu: move buffer funcs setting up a levelAlex Deucher-84/+19
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov-22/+92
2023-10-26drm/ci: do not automatically retry on errorHelen Koike-14/+0
2023-10-26drm/ci: export kernel configHelen Koike-1/+2
2023-10-26drm/ci: increase i915 job timeout to 1h30mHelen Koike-0/+5
2023-10-26drm/ci: add subset-1-gfx to LAVA_TAGS and adjust shardsHelen Koike-10/+15
2023-10-26drm/ci: clean up xfails (specially flakes list)Helen Koike-287/+162
2023-10-26drm/ci: uprev IGT and make sure core_getversion is runHelen Koike-9/+26
2023-10-26drm/ci: add helper script update-xfails.pyHelen Koike-0/+221
2023-10-26drm/ci: fix DEBIAN_ARCH and get amdgpu probingHelen Koike-8/+8
2023-10-26drm/ci: uprev mesa version: fix container build & crosvmHelen Koike-3/+22
2023-10-26drm/ci: Enable CONFIG_BACKLIGHT_CLASS_DEVICERob Clark-0/+2
2023-10-26drm/ci: force-enable CONFIG_MSM_MMCC_8996 as built-inDmitry Baryshkov-0/+1
2023-10-26drm/ci: pick up -external-fixes from the merge target repoDmitry Baryshkov-0/+5
2023-10-24drm/rockchip: vop: Add NV15, NV20 and NV30 supportJonas Karlman-17/+86
2023-10-24drm/fourcc: Add NV20 and NV30 YUV formatsJonas Karlman-0/+8
2023-10-24drm/rockchip: vop2: rename window formats to show window type using themAndy Yan-15/+15
2023-10-24drm/rockchip: vop2: Add more supported 10bit formatsAndy Yan-6/+61
2023-10-24drm/rockchip: vop2: remove the unsupported format of cluster windowAndy Yan-26/+1
2023-10-24drm/rockchip: vop: fix format bpp calculationAndy Yan-2/+16
2023-10-24drm/bridge: synopsys: dw-mipi-dsi: Fix hcomponent lbcc for burst modeLiu Ying-6/+12
2023-10-24drm/client: Convert drm_client_buffer_addfb() to drm_mode_addfb2()Geert Uytterhoeven-8/+5
2023-10-23drm/vc4: fix typoDario Binacchi-1/+1
2023-10-19drm/panel: ili9882t: Avoid blurred screen from fast sleepCong Yang-1/+21
2023-10-19drm/panel: ili9882t: Break out as separate driverCong Yang-371/+769
2023-10-19drm/ast: Move register constants to ast_reg.hThomas Zimmermann-81/+101
2023-10-19drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_RThomas Zimmermann-2/+2
2023-10-19drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_RThomas Zimmermann-4/+4
2023-10-19drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRIThomas Zimmermann-162/+162
2023-10-19drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRIThomas Zimmermann-2/+2
2023-10-19drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDRThomas Zimmermann-4/+4
2023-10-19drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWRThomas Zimmermann-2/+2
2023-10-19drm/ast: Rename AST_IO_DAC_INDEX_READ to AST_IO_VGADRRThomas Zimmermann-1/+1
2023-10-19drm/ast: Rename AST_IO_SEQ_PORT to AST_IO_VGASRIThomas Zimmermann-12/+12
2023-10-19drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAERThomas Zimmermann-3/+3
2023-10-19drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_WThomas Zimmermann-4/+4
2023-10-19drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_WThomas Zimmermann-6/+6
2023-10-18drm/ssd130x: Add support for the SSD132x OLED controller familyJavier Martinez Canillas-27/+449
2023-10-18drm/ssd130x: Rename commands that are shared across chip familiesJavier Martinez Canillas-25/+30
2023-10-18drm/ssd130x: Add a controller family id to the device info dataJavier Martinez Canillas-0/+15
2023-10-18drm/ssd130x: Replace .page_height field in device info with a constantJavier Martinez Canillas-20/+18
2023-10-17drm/gpuvm: Dual-licence the drm_gpuvm code GPL-2.0 OR MITThomas Hellström-1/+1
2023-10-16drm/panel: st7703: Add Powkiddy RGB30 Panel SupportChris Morgan-0/+89
2023-10-16drm/rockchip: remove NR_LAYERS macro on vop2Andy Yan-3/+1
2023-10-16drm/rockchip: remove unused struct in vop2Andy Yan-5/+0