index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
hisilicon
/
hibmc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-30
drm/hisilicon: Removed the dependency on the mmu
Tian Tao
1
-1
/
+1
2020-08-25
drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_drv
Tian Tao
1
-12
/
+12
2020-08-25
drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_de
Tian Tao
1
-7
/
+7
2020-08-25
drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_vdac
Tian Tao
1
-2
/
+2
2020-08-25
drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_ttm
Tian Tao
1
-1
/
+1
2020-08-13
drm/hisilicon: Fix build error of no type of module_init
Tian Tao
1
-0
/
+1
2020-08-12
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-2
/
+3
2020-08-12
drm/hisilicon: Code refactoring for hibmc_drv_de
Tian Tao
2
-42
/
+15
2020-08-12
drm/hisilicon: Remove the unused include statements
Tian Tao
3
-10
/
+0
2020-07-29
drm/hisilicon: Fixed the warning: Assignment of 0/1 to bool variable
Tian Tao
2
-5
/
+1
2020-07-24
Merge v5.8-rc6 into drm-next
Dave Airlie
1
-2
/
+3
2020-07-08
drm/hisilicon/hibmc: Move drm_fbdev_generic_setup() down to avoid the splat
Zenghui Yu
1
-2
/
+3
2020-07-06
drm/hisilicon: Code refactoring for hibmc_drv_vdac
Tian Tao
2
-41
/
+13
2020-07-02
drm/hisilicon: Use drmm_kzalloc() instead of devm_kzalloc()
Tian Tao
1
-1
/
+2
2020-04-08
drm/hibmc: Remove error check from fbdev setup
Thomas Zimmermann
1
-5
/
+1
2020-04-03
drm/hisilicon: Enforce 128-byte stride alignment to fix the hardware limitation
Tian Tao
3
-7
/
+8
2020-02-27
drm/hisilicon: Fixed pcie resource conflict between drm and firmware
Tian Tao
1
-0
/
+5
2020-02-27
drm/hisilicon: Set preferred mode resolution and maximum resolution
Tian Tao
1
-1
/
+10
2020-02-27
drm/hisilicon: Add the mode_valid function
Tian Tao
1
-0
/
+20
2020-02-27
drm/hisilicon: fixed the wrong resolution configurations
Tian Tao
1
-1
/
+1
2020-02-27
drm/hisilicon: Enable the shadowfb for hibmc
Tian Tao
1
-1
/
+1
2020-02-27
drm/hisilicon: Add new clock/resolution configurations
Tian Tao
2
-0
/
+5
2020-02-17
Merge v5.6-rc2 into drm-misc-next
Maxime Ripard
1
-1
/
+1
2020-02-13
drm/hisilicon/hibmc: add gamma_set function
Zhihui Chen
2
-0
/
+42
2020-02-13
drm/hisilicon/hibmc: add DPMS on/off function
Zhihui Chen
2
-0
/
+22
2020-02-13
drm/hisilicon/hibmc: fix 'xset dpms force off' fail
Zhihui Chen
1
-0
/
+3
2020-02-06
drm/hibmc: Implement struct drm_mode_config_funcs.mode_valid
Thomas Zimmermann
1
-0
/
+1
2020-01-30
Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
6
-386
/
+8
2020-01-07
drm/vram-helper: Remove BO device from public interface
Thomas Zimmermann
1
-2
/
+1
2020-01-07
drm/vram-helper: Remove interruptible flag from public interface
Thomas Zimmermann
1
-1
/
+1
2020-01-06
drm/hisilicon/hibmc: Export VRAM MM information to debugfs
Thomas Zimmermann
1
-0
/
+1
2020-01-06
drm/hisilicon/hibmc: Implement hibmc_dumb_create() with generic helpers
Thomas Zimmermann
2
-50
/
+2
2020-01-06
drm/hisilicon/hibmc: Replace struct hibmc_framebuffer with generic code
Thomas Zimmermann
3
-81
/
+3
2020-01-06
drm/hisilicon/hibmc: Switch to generic fbdev emulation
Thomas Zimmermann
4
-255
/
+3
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-12-05
drm: constify fb ops across all drivers
Jani Nikula
1
-1
/
+1
2019-10-24
drm/hisilicon/hibmc: Use GEM VRAM's prepare_fb() and cleanup_fb() helpers
Thomas Zimmermann
1
-10
/
+4
2019-10-17
drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS
Gerd Hoffmann
1
-4
/
+1
2019-10-03
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-17
/
+4
2019-09-12
drm/vram: Have VRAM MM call GEM VRAM functions directly
Thomas Zimmermann
1
-1
/
+1
2019-09-12
drm/vram: Move VRAM memory manager to GEM VRAM implementation
Thomas Zimmermann
2
-2
/
+0
2019-09-10
drm/vram: fix Kconfig
Gerd Hoffmann
1
-1
/
+2
2019-08-26
drm/hisilicon/hibmc: Make CONFIG_DRM_HISI_HIBMC depend on ARM64
Matthew Ruffell
1
-1
/
+1
2019-08-26
drm/hisilicon: Use dev_get_drvdata
Chuhong Yuan
1
-4
/
+2
2019-08-26
drm/hisilicon/hibmc: Using module_pci_driver.
YueHaibing
1
-12
/
+1
2019-08-06
drm/vram: use embedded gem object
Gerd Hoffmann
1
-1
/
+1
2019-07-15
drm/hisilicon: drop use of drmP.h
Sam Ravnborg
6
-5
/
+26
2019-07-03
drm/hibmc: Update struct drm_driver for GEM object functions
Thomas Zimmermann
1
-2
/
+1
2019-06-19
Merge v5.2-rc5 into drm-next
Daniel Vetter
7
-42
/
+7
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
7
-42
/
+7
[next]