summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-261-1/+1
* drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-261-3/+2
* drm/hisilicon: remove ttm_pool_* wrappersChristian König2018-02-261-13/+0
* 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/hisilicon: Ensure LDI regs are properly configured.Peter Griffin2017-11-011-0/+3
* Merge tag 'drm-misc-next-2017-10-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-10-171-2/+2
|\
| * drm/kirin: Checking for IS_ERR() instead of NULLDan Carpenter2017-10-121-2/+2
* | drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-1/+1
|/
* Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-10-032-0/+81
|\
| * drm: kirin: Add mode_valid logic to avoid mode clocks we can't generateJohn Stultz2017-08-292-0/+81
* | drm/hisilicon/kirin: Use drm_gem_fb_create()Noralf Trønnes2017-10-011-1/+2
|/
* drm/kirin: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-08-161-2/+0
* 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/+0
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-082-2/+0
* drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter2017-08-081-1/+0
* drm: Plumb modifiers through plane initBen Widawsky2017-08-012-1/+2
* drm/hisilicon: hibmc: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-07-291-1/+0
* drm/hisilicon: fix build error without fbdev emulationArnd Bergmann2017-07-262-9/+2
* drm/hisilicon: Remove custom FB helper deferred setupThierry Reding2017-07-261-10/+10
* drm: Convert to using %pOF instead of full_nameRob Herring2017-07-261-2/+1
* drm/<drivers>: Drop fbdev info flagsDaniel Vetter2017-07-261-1/+0
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-302-4/+6
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-302-4/+6
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-06-271-1/+1
|\
| * BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-161-1/+1
| |\
| | * drm: kirin: Fix drm_of_find_panel_or_bridge conversionJohn Stultz2017-06-061-1/+1
* | | drm/kirin: Drop drm_vblank_cleanupDaniel Vetter2017-06-261-1/+0
* | | 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/+1
|/
* drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring2017-04-061-23/+4
* drm: convert drivers to use of_graph_get_remote_nodeRob Herring2017-04-061-29/+1
* drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-141-11/+1
* drm: kirin: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-211-6/+4
* drm: hibmc: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-092-22/+20
* drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-072-2/+0
* drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-2/+0
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-022-4/+2
* Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-011-2/+0
|\
| * drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-2/+0
* | drm/hisilicon/hibmc: Fix wrong pointer passed to PTR_ERR()Wei Yongjun2017-01-231-1/+1
|/
* drm: kirin: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-182-7/+4
* drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard2017-01-091-1/+1
* drm: Deduplicate driver initialization messageGabriel Krisman Bertazi2016-12-301-4/+0
* drm: bridge: Link encoder and bridge in core codeLaurent Pinchart2016-12-181-4/+1
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-3/+3
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-3/+3