aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/malidp_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-29drm/arm: mali-dp: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-07-13drm/mali: Use new atomic iterator macrosMaarten Lankhorst1-1/+1
2017-06-01drm/hdlcd|mali: Drop drm_vblank_cleanupDaniel Vetter1-2/+0
2017-04-24drm: mali-dp: Enable image enhancement when scalingMihail Atanassov1-0/+3
2017-04-24drm: mali-dp: Add plane upscaling supportMihail Atanassov1-0/+47
2017-04-24drm/mali-dp: Add core_id file to the sysfs interfaceLiviu Dudau1-0/+35
2017-04-24drm: mali-dp: Add CTM supportMihail Atanassov1-1/+34
2017-04-24drm: mali-dp: enable gamma supportMihail Atanassov1-0/+51
2017-04-24drm: mali-dp: Enable power management for the device.Liviu Dudau1-22/+106
2017-04-24drm: mali-dp: Update the state of all planes before re-enabling active CRTCs.Liviu Dudau1-4/+8
2017-04-06drm: convert drivers to use of_graph_get_remote_nodeRob Herring1-24/+4
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-11/+1
2017-02-12drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart1-1/+1
2017-02-07drm: malidp: use vblank hooks in struct drm_crtc_funcsShawn Guo1-21/+0
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-1/+1
2017-01-26drm: mali-dp: Check for sufficient address spaceMihail Atanassov1-0/+20
2017-01-26drm: mali-dp: Check hw version matches device-treeMihail Atanassov1-0/+52
2017-01-23drm: malidp: Remove event_list member from struct malidp_drmLiviu Dudau1-2/+0
2016-11-17Merge branch 'drm-tda998x-mali' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-nextDave Airlie1-7/+11
2016-11-11Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-nextDave Airlie1-6/+13
2016-11-04drm: mali-dp: Don't set DRM_PLANE_COMMIT_ACTIVE_ONLYBrian Starkey1-2/+1
2016-11-04arm: mali-dp: Extract mode_config cleanup into malidp_finiBrian Starkey1-4/+8
2016-11-02drm: mali-dp: Set the drm->irq_enabled flag to match driver's state.Liviu Dudau1-0/+3
2016-11-02drm: mali-dp: Clear the config_valid flag before using it in wait_event.Liviu Dudau1-0/+1
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-31drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registrationBrian Starkey1-7/+11
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King1-1/+3
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+2
2016-07-28drm/arm: mali-dp: Fix error return code in malidp_bind()Wei Yongjun1-1/+3
2016-07-28drm/arm: mali-dp: Remove redundant dev_err call in malidp_bind()Wei Yongjun1-3/+1
2016-07-26drm/arm: mali-dp: Set crtc.port to the port instead of the endpointBrian Starkey1-3/+10
2016-06-15drm/arm: Add support for Mali Display ProcessorsLiviu Dudau1-0/+512