aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2023-10-19drm/panel: ili9882t: Break out as separate driverCong Yang
2023-10-19drm/ast: Move register constants to ast_reg.hThomas Zimmermann
2023-10-19drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_RThomas Zimmermann
2023-10-19drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_RThomas Zimmermann
2023-10-19drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRIThomas Zimmermann
2023-10-19drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRIThomas Zimmermann
2023-10-19drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDRThomas Zimmermann
2023-10-19drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWRThomas Zimmermann
2023-10-19drm/ast: Rename AST_IO_DAC_INDEX_READ to AST_IO_VGADRRThomas Zimmermann
2023-10-19drm/ast: Rename AST_IO_SEQ_PORT to AST_IO_VGASRIThomas Zimmermann
2023-10-19drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAERThomas Zimmermann
2023-10-19drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_WThomas Zimmermann
2023-10-19drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_WThomas Zimmermann
2023-10-18drm/ssd130x: Add support for the SSD132x OLED controller familyJavier Martinez Canillas
2023-10-18drm/ssd130x: Rename commands that are shared across chip familiesJavier Martinez Canillas
2023-10-18drm/ssd130x: Add a controller family id to the device info dataJavier Martinez Canillas
2023-10-18drm/ssd130x: Replace .page_height field in device info with a constantJavier Martinez Canillas
2023-10-17drm/gpuvm: Dual-licence the drm_gpuvm code GPL-2.0 OR MITThomas Hellström
2023-10-16drm/panel: st7703: Add Powkiddy RGB30 Panel SupportChris Morgan
2023-10-16drm/rockchip: remove NR_LAYERS macro on vop2Andy Yan
2023-10-16drm/rockchip: remove unused struct in vop2Andy Yan
2023-10-16drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map()Dan Carpenter
2023-10-16drm/bridge: lt9611uxc: fix the race in the error pathDmitry Baryshkov
2023-10-16drm/bridge: imx: Add i.MX93 MIPI DSI supportLiu Ying
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Disable HSTX and LPRX timeout checkLiu Ying
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Set minimum lane byte clock cycles for HSA...Liu Ying
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Use pixel clock rate to calculate lbccLiu Ying
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Add mode fixup supportLiu Ying
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Force input bus flagsLiu Ying
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Add input bus format negotiation supportLiu Ying
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Add dw_mipi_dsi_get_bridge() helperLiu Ying
2023-10-16drm: adv7511: Add hpd_override_enable variable to struct adv7511_chip_infoBiju Das
2023-10-16drm: adv7511: Add link_config variable to struct adv7511_chip_infoBiju Das
2023-10-16drm: adv7511: Add has_dsi variable to struct adv7511_chip_infoBiju Das
2023-10-16drm: adv7511: Add reg_cec_offset variable to struct adv7511_chip_infoBiju Das
2023-10-16drm: adv7511: Add supply_names and num_supplies variables to struct adv7511_c...Biju Das
2023-10-16drm: adv7511: Add max_lane_freq_khz variable to struct adv7511_chip_infoBiju Das
2023-10-16drm: adv7511: Add max_mode_clock_khz variable to struct adv7511_chip_infoBiju Das
2023-10-16drm: adv7511: Add struct adv7511_chip_info and use i2c_get_match_data()Biju Das
2023-10-15drm/panel: st7703: Fix timings when entering/exiting sleepFrank Oltmanns
2023-10-15drm/panel: st7703: Pick different reset sequenceOndrej Jirman
2023-10-13drm/ssd130x: Fix atomic_check for disabled planesThomas Zimmermann
2023-10-13drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: switch to drm_do_get_edid()Ian Ray
2023-10-12drm/simpledrm: Fix power domain device link validity checkThierry Reding
2023-10-12drm: Replace drm_framebuffer plane size functions with its equivalentsCarlos Eduardo Gallo Filho
2023-10-11drm/tegra: gem: Do not return NULL in tegra_bo_mmap()Thierry Reding
2023-10-11drm/tegra: Zero-initialize iosys_mapMikko Perttunen
2023-10-11drm/tegra: hub: Increase buffer size to ensure all possible values can be storedLee Jones
2023-10-11drm/tegra: Remove two unused function declarationsYue Haibing
2023-10-11drm/tegra: Remove surplus else after returnSui Jingfeng