summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/bridge: synopsys: dw-mipi-dsi: Add mode fixup supportLiu Ying2023-10-161-0/+14
* drm/bridge: synopsys: dw-mipi-dsi: Force input bus flagsLiu Ying2023-10-161-0/+13
* drm/bridge: synopsys: dw-mipi-dsi: Add input bus format negotiation supportLiu Ying2023-10-161-0/+30
* drm/bridge: synopsys: dw-mipi-dsi: Add dw_mipi_dsi_get_bridge() helperLiu Ying2023-10-161-0/+6
* drm: adv7511: Add hpd_override_enable variable to struct adv7511_chip_infoBiju Das2023-10-162-3/+5
* drm: adv7511: Add link_config variable to struct adv7511_chip_infoBiju Das2023-10-162-2/+4
* drm: adv7511: Add has_dsi variable to struct adv7511_chip_infoBiju Das2023-10-162-4/+7
* drm: adv7511: Add reg_cec_offset variable to struct adv7511_chip_infoBiju Das2023-10-163-12/+12
* drm: adv7511: Add supply_names and num_supplies variables to struct adv7511_c...Biju Das2023-10-162-15/+15
* drm: adv7511: Add max_lane_freq_khz variable to struct adv7511_chip_infoBiju Das2023-10-163-4/+4
* drm: adv7511: Add max_mode_clock_khz variable to struct adv7511_chip_infoBiju Das2023-10-163-1/+4
* drm: adv7511: Add struct adv7511_chip_info and use i2c_get_match_data()Biju Das2023-10-163-32/+43
* drm/panel: st7703: Fix timings when entering/exiting sleepFrank Oltmanns2023-10-151-5/+6
* drm/panel: st7703: Pick different reset sequenceOndrej Jirman2023-10-151-12/+13
* drm/ssd130x: Fix atomic_check for disabled planesThomas Zimmermann2023-10-131-8/+9
* drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: switch to drm_do_get_edid()Ian Ray2023-10-131-48/+9
* drm/simpledrm: Fix power domain device link validity checkThierry Reding2023-10-121-1/+1
* drm: Replace drm_framebuffer plane size functions with its equivalentsCarlos Eduardo Gallo Filho2023-10-122-61/+5
* drm/tegra: gem: Do not return NULL in tegra_bo_mmap()Thierry Reding2023-10-111-2/+11
* drm/tegra: Zero-initialize iosys_mapMikko Perttunen2023-10-111-1/+1
* gpu: host1x: Correct allocated size for contextsJohnny Liu2023-10-111-2/+2
* gpu: host1x: Syncpoint interrupt shardingMikko Perttunen2023-10-113-17/+61