aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/hisilicon/hibmc
AgeCommit message (Expand)AuthorFilesLines
2026-06-24drm/hibmc: Use gem-shmem with shadow-plane helpers for memory managementThomas Zimmermann4-31/+78
2026-06-24drm/hibmc: Verify the framebuffer pitch to be a multiple of 128Thomas Zimmermann1-1/+17
2026-06-24drm/hibmc: Do not use cpp from struct drm_format_infoThomas Zimmermann1-2/+9
2026-06-24drm/hibmc: Store fb in variable in atomic_updateThomas Zimmermann1-8/+7
2026-06-24drm/hibmc: Fix list of formats on the primary planeThomas Zimmermann1-4/+2
2026-06-24drm/hibmc: Use drm_atomic_helper_check_plane_state()Thomas Zimmermann1-32/+14
2026-05-13drm/hisilicon/hibmc: use clock to look up the PLL valueLin He1-34/+44
2026-05-13drm/hisilicon/hibmc: move display contrl config to hibmc_probe()Lin He2-22/+11
2026-05-13drm/hisilicon/hibmc: fix no showing when no connectors connectedLin He5-27/+64
2026-05-13drm/hisilicon/hibmc: add updating link cap in DP detect()Lin He3-1/+4
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard2-8/+8
2026-01-20drm/hisilicon/hibmc: Adding reset colorbar cfg in dp init.Baihan Li1-0/+2
2026-01-20drm/hisilicon/hibmc: fix no showing problem with loading hibmc manuallyBaihan Li1-2/+5
2026-01-20drm/hisilicon/hibmc: add dp mode valid checkBaihan Li4-0/+33
2026-01-20drm/hisilicon/hibmc: fix dp probabilistical detect errors after HPD irqBaihan Li5-4/+80
2025-08-17drm/hisilicon/hibmc: fix dp and vga cannot show togetherBaihan Li1-0/+8
2025-08-17drm/hisilicon/hibmc: fix rare monitors cannot display problemBaihan Li1-2/+12
2025-08-17drm/hisilicon/hibmc: fix the hibmc loaded failed bugBaihan Li1-2/+2
2025-08-17drm/hisilicon/hibmc: fix irq_request()'s irq name variable is localBaihan Li1-7/+3
2025-08-17drm/hisilicon/hibmc: fix the i2c device resource leak when vdac init failedBaihan Li3-3/+14
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+0
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann1-1/+0
2025-04-11drm/hisilicon/hibmc: Add vga connector detect functionsBaihan Li1-0/+3
2025-04-11drm/hisilicon/hibmc: Add MSI irq getting and requesting for HPDBaihan Li3-13/+65
2025-04-11drm/hisilicon/hibmc: Enable this hot plug detect of irq featureBaihan Li5-0/+86
2025-04-11drm/hisilicon/hibmc: Add colorbar-cfg feature and its debugfs fileBaihan Li7-1/+184
2025-04-11drm/hisilicon/hibmc: Getting connector info and EDID by using AUX channelBaihan Li3-6/+33
2025-04-11drm/hisilicon/hibmc: Refactor the member of drm_aux in struct hibmc_dpBaihan Li5-19/+26
2025-04-11drm/hisilicon/hibmc: Add dp serdes cfg in dp processBaihan Li5-17/+77
2025-04-11drm/hisilicon/hibmc: Add dp serdes cfg to adjust serdes rate, voltage and pre-emphasisBaihan Li5-1/+104
2025-04-11drm/hisilicon/hibmc: Restructuring the header dp_reg.hBaihan Li1-38/+60
2025-03-25drm/display: dp: change drm_dp_dpcd_read_link_status() return valueDmitry Baryshkov1-2/+2
2025-02-09drm/hisilicon/hibmc: select CONFIG_DRM_DISPLAY_DP_HELPERArnd Bergmann1-0/+2
2025-01-03drm/hisilicon/hibmc: add dp module in hibmcBaihan Li4-1/+138
2025-01-03drm/hisilicon/hibmc: refactored struct hibmc_drm_privateBaihan Li3-37/+36
2025-01-03drm/hisilicon/hibmc: add dp hw moduel in hibmc driverBaihan Li5-1/+309
2025-01-03drm/hisilicon/hibmc: add dp link moduel in hibmc driversBaihan Li4-1/+362
2025-01-03drm/hisilicon/hibmc: add dp aux in hibmc driversBaihan Li4-1/+235
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula1-1/+0
2024-11-29drm/hibmc: Drop dependency on ARM64Thomas Zimmermann1-1/+1
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann1-1/+1
2024-10-14drm/hisilicon/hibmc: Use video aperture helpersThomas Zimmermann1-2/+2
2024-09-26drm/hisilicon/hibmc: Run DRM default client setupThomas Zimmermann2-1/+4
2024-08-13drm/hisilicon: Remove unused delarationsZhang Zekun1-1/+0
2024-05-27drm/hisilicon/hibmc: convert to struct drm_edidJani Nikula1-7/+10
2024-05-02drm/fbdev-generic: Convert to fbdev-ttmThomas Zimmermann1-2/+2
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+0
2024-01-18drm: remove I2C_CLASS_DDC supportHeiner Kallweit1-1/+0
2024-01-10drm/hisilicon: include drm/drm_edid.h only where neededJani Nikula2-1/+1
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson1-0/+6