summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/hisilicon/hibmc
Commit message (Expand)AuthorAgeFilesLines
* drm/hisilicon/hibmc: Move drm_fbdev_generic_setup() down to avoid the splatZenghui Yu2020-07-081-2/+3
* drm/hibmc: Remove error check from fbdev setupThomas Zimmermann2020-04-081-5/+1
* drm/hisilicon: Enforce 128-byte stride alignment to fix the hardware limitationTian Tao2020-04-033-7/+8
* drm/hisilicon: Fixed pcie resource conflict between drm and firmwareTian Tao2020-02-271-0/+5
* drm/hisilicon: Set preferred mode resolution and maximum resolutionTian Tao2020-02-271-1/+10
* drm/hisilicon: Add the mode_valid functionTian Tao2020-02-271-0/+20
* drm/hisilicon: fixed the wrong resolution configurationsTian Tao2020-02-271-1/+1
* drm/hisilicon: Enable the shadowfb for hibmcTian Tao2020-02-271-1/+1
* drm/hisilicon: Add new clock/resolution configurationsTian Tao2020-02-272-0/+5
* Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-171-1/+1
|\
| * Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-306-386/+8
| |\
| * | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* | | drm/hisilicon/hibmc: add gamma_set functionZhihui Chen2020-02-132-0/+42
* | | drm/hisilicon/hibmc: add DPMS on/off functionZhihui Chen2020-02-132-0/+22
* | | drm/hisilicon/hibmc: fix 'xset dpms force off' failZhihui Chen2020-02-131-0/+3
* | | drm/hibmc: Implement struct drm_mode_config_funcs.mode_validThomas Zimmermann2020-02-061-0/+1
| |/ |/|
* | drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann2020-01-071-2/+1
* | drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann2020-01-071-1/+1
* | drm/hisilicon/hibmc: Export VRAM MM information to debugfsThomas Zimmermann2020-01-061-0/+1
* | drm/hisilicon/hibmc: Implement hibmc_dumb_create() with generic helpersThomas Zimmermann2020-01-062-50/+2
* | drm/hisilicon/hibmc: Replace struct hibmc_framebuffer with generic codeThomas Zimmermann2020-01-063-81/+3
* | drm/hisilicon/hibmc: Switch to generic fbdev emulationThomas Zimmermann2020-01-064-255/+3
* | drm: constify fb ops across all driversJani Nikula2019-12-051-1/+1
|/
* drm/hisilicon/hibmc: Use GEM VRAM's prepare_fb() and cleanup_fb() helpersThomas Zimmermann2019-10-241-10/+4
* drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann2019-10-171-4/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-032-17/+4
|\
| * drm/hisilicon/hibmc: Make CONFIG_DRM_HISI_HIBMC depend on ARM64Matthew Ruffell2019-08-261-1/+1
| * drm/hisilicon: Use dev_get_drvdataChuhong Yuan2019-08-261-4/+2
| * drm/hisilicon/hibmc: Using module_pci_driver.YueHaibing2019-08-261-12/+1
* | drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann2019-09-121-1/+1
* | drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann2019-09-122-2/+0
* | drm/vram: fix KconfigGerd Hoffmann2019-09-101-1/+2
|/
* drm/vram: use embedded gem objectGerd Hoffmann2019-08-061-1/+1
* drm/hisilicon: drop use of drmP.hSam Ravnborg2019-07-156-5/+26
* drm/hibmc: Update struct drm_driver for GEM object functionsThomas Zimmermann2019-07-031-2/+1
* Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-197-42/+7
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-307-42/+7
* | Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-286-402/+44
|\ \ | |/ |/|
| * drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas Zimmermann2019-05-172-22/+1
| * drm/hisilicon: Convert hibmc-drm driver to VRAM MMThomas Zimmermann2019-05-154-145/+12
| * drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-156-248/+44
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-031-10/+2
|\
| * drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann2019-03-191-7/+2
| * drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann2019-03-191-1/+0
| * drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann2019-03-191-2/+0
* | drm/hibmc: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-272-9/+2
* | drm/hibmc: Drop best_encoderDaniel Vetter2019-03-251-7/+0
|/
* drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-2/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-244-4/+4