summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* drm: Only select I2C_ALGOBIT for drivers that actually need itUwe Kleine-König2023-01-101-0/+2
* drm/hisilicon/hibmc: Fix preferred depth and bppThomas Zimmermann2022-11-241-2/+2
* drm/hisilicon: Use drm_mode_init() for on-stack modesVille Syrjälä2022-11-121-1/+1
* drm/hisilicon/hibmc: Include <linux/io.h> for readl() and writel()Thomas Zimmermann2022-11-081-0/+2
* drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-052-1/+2
* drm: Remove drm_mode_config::fb_baseZack Rusin2022-10-192-16/+3
* Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-053-11/+9
|\
| * drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-2/+2
| * drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-033-6/+6
| * drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-2/+2
| * drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-031-1/+0
| * drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* | drm/hisilicon: Add depends on MMURandy Dunlap2022-09-201-0/+1
|/
* drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-6/+1
|\
| * drm/hirin: Make use of the helper component_compare_ofYong Wu2022-02-251-6/+1
* | drm/hisilicon/kirin: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* | drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabledJavier Martinez Canillas2022-01-271-1/+1
* | drm/hisilicon/hibmc: Replace module initialization with DRM helpersThomas Zimmermann2022-01-191-1/+2
|/
* drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-301-1/+0
* drm/kirin: dsi: Adjust probe orderMaxime Ripard2021-10-271-19/+33
* Merge tag 'drm-misc-next-2021-07-29' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-301-1/+0
|\
| * drm/hisilicon/hibmc: Remove variable 'priv' from hibmc_unload()Thomas Zimmermann2021-07-231-1/+0
* | drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart2021-07-281-8/+1
|/
* drm/hisilicon/hibmc: Convert to Linux IRQ interfacesThomas Zimmermann2021-07-081-5/+8
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/kirin: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-2/+0
* drm/hibmc: Call drm_irq_uninstall() unconditionallyThomas Zimmermann2021-06-291-2/+1
* drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter2021-06-241-2/+1
* drm/hisilicon/kirin: Use the correct HiSilicon copyrightHao Fang2021-05-266-6/+6
* drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-2/+2
* drm/vram-helper: Use drm_gem_ttm_dumb_map_offset()Thomas Zimmermann2021-04-111-1/+1
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-252-2/+4
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-252-3/+3
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-242-11/+12
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-242-2/+2
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-242-2/+6
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-242-23/+23
* drm: Switch to %p4cc format modifierSakari Ailus2021-02-171-3/+2
* drm/hisilicon/hibmc: Remove hibmc_ttm.cThomas Zimmermann2021-01-151-61/+0
* drm/hisilicon: Fix build errorTian Tao2021-01-141-1/+1
* drm/hibmc: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-133-8/+68
* drm/hisilicon: Use drm_crtc_mask()Tian Tao2021-01-111-1/+2
* drm/hisilicon: Delete the empty function mode_validTian Tao2021-01-101-7/+0
* drm/hisilicon: Use simple encoderTian Tao2021-01-071-6/+2
* drm/hisilicon: Remove drm_dev_put in hibmcTian Tao2020-12-231-5/+3
* drm/hisilicon: Use pcim_enable_device()Tian Tao2020-12-221-4/+2
* drm/hisilicon: Fix rmmod hibmc_drm failedTian Tao2020-12-161-1/+5