summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2018-04-25drm/hisilicon: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-3/+2
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-1/+1
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-3/+2
2018-02-26drm/hisilicon: remove ttm_pool_* wrappersChristian König1-13/+0
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-2/+3
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-2/+4
2017-11-01drm/hisilicon: Ensure LDI regs are properly configured.Peter Griffin1-0/+3
2017-10-17Merge tag 'drm-misc-next-2017-10-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+2
2017-10-12drm/kirin: Checking for IS_ERR() instead of NULLDan Carpenter1-2/+2
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-10-03Merge airlied/drm-next into drm-misc-nextDaniel Vetter2-0/+81
2017-10-01drm/hisilicon/kirin: Use drm_gem_fb_create()Noralf Trønnes1-1/+2
2017-08-29drm: kirin: Add mode_valid logic to avoid mode clocks we can't generateJohn Stultz2-0/+81
2017-08-16drm/kirin: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-08-11drm/hisilicon: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2-6/+6
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2-2/+0
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky2-1/+2
2017-07-29drm/hisilicon: hibmc: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-07-26drm/hisilicon: fix build error without fbdev emulationArnd Bergmann2-9/+2
2017-07-26drm/hisilicon: Remove custom FB helper deferred setupThierry Reding1-10/+10
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-2/+1
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2-4/+6
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2-4/+6
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-1/+1
2017-06-26drm/kirin: Drop drm_vblank_cleanupDaniel Vetter1-1/+0
2017-06-26drm/hibmc: Drop drm_vblank_cleanupDaniel Vetter1-1/+2
2017-06-16BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie1-1/+1
2017-06-06drm: kirin: Fix drm_of_find_panel_or_bridge conversionJohn Stultz1-1/+1
2017-05-17drm/hisilicon: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2-2/+1
2017-04-06drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring1-23/+4
2017-04-06drm: convert drivers to use of_graph_get_remote_nodeRob Herring1-29/+1
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-11/+1
2017-02-21drm: kirin: use vblank hooks in struct drm_crtc_funcsShawn Guo1-6/+4
2017-02-09drm: hibmc: use vblank hooks in struct drm_crtc_funcsShawn Guo2-22/+20
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2-2/+0
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-2/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2-4/+2
2017-02-01Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-2/+0
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König1-2/+0
2017-01-23drm/hisilicon/hibmc: Fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2017-01-18drm: kirin: use crtc helper drm_crtc_from_index()Shawn Guo2-7/+4
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard1-1/+1
2016-12-30drm: Deduplicate driver initialization messageGabriel Krisman Bertazi1-4/+0
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart1-4/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-3/+3
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-3/+3