aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/hisilicon/kirin (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-14drm/hisilicon/kirin: Use drm_fbdev_generic_setup()Noralf Trønnes2-39/+3
2018-09-26drm/hisilicon: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-4/+4
2018-06-25drm: kirin: Remove useless "Scale not support" error messageJohn Stultz1-1/+0
2017-11-01drm/hisilicon: Ensure LDI regs are properly configured.Peter Griffin1-0/+3
2017-10-12drm/kirin: Checking for IS_ERR() instead of NULLDan Carpenter1-2/+2
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-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter1-1/+0
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
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-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
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-06drm: kirin: Fix drm_of_find_panel_or_bridge conversionJohn Stultz1-1/+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-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-2/+1
2017-01-18drm: kirin: use crtc helper drm_crtc_from_index()Shawn Guo2-7/+4
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-13drm/hisilicon: Don't set drm_device->platformdevDaniel Vetter3-15/+8
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom1-4/+3
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King1-3/+4
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-08-19drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart1-15/+0
2016-08-19drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson1-2/+2
2016-08-17Revert "drm/hisilicon: Don't set drm_device->platformdev"Daniel Vetter3-9/+11
2016-08-16drm/hisilicon: Don't set drm_device->platformdevDaniel Vetter3-11/+9
2016-08-16drm: drop DRIVER_HAVE_IRQ flag for some driversShawn Guo1-1/+1
2016-08-16drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom1-1/+1
2016-08-15drm: make drm_get_format_name thread-safeEric Engestrom1-2/+4
2016-07-04drm/hisilicon: Fix ADE vblank on/off handlingXinliang Liu1-0/+2
2016-07-04drm/hisilicon: add select HISI_KIRIN_DW_DSIZoltan Kuscsik1-0/+1
2016-07-04drm/hisilicon: Fix return value check in ade_dts_parse()Wei Yongjun1-6/+6
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter1-1/+0
2016-06-21drm/hisilicon: Remove redundant calls to drm_connector_register_all()Chris Wilson1-8/+0
2016-06-09drm/hisilicon: Implement some semblance of vblank event handlingDaniel Vetter1-8/+12
2016-05-31drm/hisilicon: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-05-11drm/hisilicon: Fix DRM_INFO printed issueXinliang Liu1-1/+2