summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/hisilicon/hibmc
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-307-42/+7Star
* 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/+2Star
|\
| * drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann2019-03-191-7/+2Star
| * drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann2019-03-191-1/+0Star
| * drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann2019-03-191-2/+0Star
* | drm/hibmc: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-272-9/+2Star
* | drm/hibmc: Drop best_encoderDaniel Vetter2019-03-251-7/+0Star
|/
* drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-2/+1Star
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-244-4/+4
* drm/ttm: initialize globals during device init (v2)Christian König2018-11-052-35/+0Star
* drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-052-28/+4Star
* drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
* drm/hisilicon: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-09-261-1/+1
* drm/hisilicon: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-09-261-2/+2
* gpu/drm/hisilicon: Convert drm_atomic_helper_suspend/resume()Souptick Joarder2018-09-262-18/+3Star
* drm/hisilicon: hibmc: Use HUAWEI PCI vendor ID macroJohn Garry2018-09-261-1/+1
* drm/hisilicon: hibmc: Don't overwrite fb helper surface depthJohn Garry2018-09-261-1/+0Star
* drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointerJohn Garry2018-09-261-0/+1
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm/hisilicon: fix mode_valid's return typeLuc Van Oostenryck2018-04-251-1/+1
* drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2018-03-141-3/+2Star
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-271-1/+1
* drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-271-3/+2Star
* drm/hisilicon: remove ttm_pool_* wrappersChristian König2018-02-271-13/+0Star
* drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-281-2/+3
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-2/+4
* drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-1/+1
* drm/hisilicon: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-112-6/+6
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0Star
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-1/+0Star
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-0/+1
* drm/hisilicon: hibmc: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-07-291-1/+0Star
* drm/<drivers>: Drop fbdev info flagsDaniel Vetter2017-07-261-1/+0Star
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm/hibmc: Drop drm_vblank_cleanupDaniel Vetter2017-06-261-1/+2
* drm/hisilicon: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-172-2/+1Star
* drm: hibmc: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-092-22/+20Star
* drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0Star
* drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-2/+0Star
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-2/+1Star
* Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-01-311-2/+0Star
|\
| * drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-2/+0Star
* | drm/hisilicon/hibmc: Fix wrong pointer passed to PTR_ERR()Wei Yongjun2017-01-231-1/+1
|/
* drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard2017-01-091-1/+1
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-3/+3
* drm: Nuke fb->depthVille Syrjälä2016-12-151-1/+1
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
* drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0Star