summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie2016-11-115-40/+92
|\
| * drm: mali-dp: Clear CVAL when leaving config modeBrian Starkey2016-11-081-0/+2
| * drm/arm: mark symbols static where possibleBaoyou Xie2016-11-041-3/+4
| * drm: mali-dp: Add support for setting plane's rotation property from userspace.Liviu Dudau2016-11-041-0/+1
| * drm: mali-dp: Don't set DRM_PLANE_COMMIT_ACTIVE_ONLYBrian Starkey2016-11-041-2/+1
| * drm: mali-dp: Store internal format and n_planes in plane stateBrian Starkey2016-11-042-15/+15
| * drm: mali-dp: Enable alpha blendingBrian Starkey2016-11-041-6/+27
| * drm: mali-dp: Refactor plane initialisationBrian Starkey2016-11-041-13/+8
| * arm: mali-dp: Extract mode_config cleanup into malidp_finiBrian Starkey2016-11-041-4/+8
| * drm: mali-dp: Add pitch alignment check for planesBrian Starkey2016-11-041-1/+14
| * drm: mali-dp: Add pitch alignment check functionBrian Starkey2016-11-042-0/+12
| * drm: mali-dp: Set the drm->irq_enabled flag to match driver's state.Liviu Dudau2016-11-021-0/+3
| * drm: mali-dp: Clear the config_valid flag before using it in wait_event.Liviu Dudau2016-11-021-0/+1
* | drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-022-4/+0
|/
* drm: convert DT component matching to component_match_add_release()Russell King2016-10-252-2/+5
* drm/arm: Use per-plane rotation propertyVille Syrjälä2016-10-211-8/+5
* drm/arm: mali-dp: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-10-181-6/+1
* drm: hdlcd: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-10-181-3/+2
* drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-222-4/+4
* drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying2016-08-291-1/+2
* drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen2016-08-082-11/+11
* drm/arm: mali-dp: Fix error return code in malidp_bind()Wei Yongjun2016-07-281-1/+3
* drm/arm: mali-dp: Remove redundant dev_err call in malidp_bind()Wei Yongjun2016-07-281-3/+1
* drm/arm: mali-dp: Set crtc.port to the port instead of the endpointBrian Starkey2016-07-261-3/+10
* drm/arm: make fbdev support really optionalTobias Jakobi2016-07-181-1/+0
* drm/hdlcd: Delete an unnecessary check before drm_fbdev_cma_hotplug_event()Markus Elfring2016-07-181-2/+1
* drm/arm: Add support for Mali Display ProcessorsLiviu Dudau2016-06-159-0/+2202
* drm/hdlcd: Use helper support for nonblocking commitsDaniel Vetter2016-06-101-7/+1
* Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-091-19/+0
|\
| * drm/hdlcd: Clean up crtc hooksDaniel Vetter2016-06-021-19/+0
* | Backmerge tag 'v4.7-rc2' into drm-nextDave Airlie2016-06-093-81/+78
|\ \ | |/ |/|
| * drm: hdlcd: Add information about the underlying framebuffers in debugfsLiviu Dudau2016-06-021-0/+1
| * drm: hdlcd: Cleanup the atomic plane operationsLiviu Dudau2016-06-022-17/+29
| * drm/hdlcd: Fix up crtc_state->event handlingDaniel Vetter2016-06-023-29/+9
| * drm: hdlcd: Revamp runtime power managementLiviu Dudau2016-06-023-35/+39
* | drm/hlcd: Use lockless gem BO free callbackDaniel Vetter2016-05-311-1/+1
|/
* drm: Nuke ->vblank_disable_allowedDaniel Vetter2016-05-211-1/+0
* drm/arm/hdlcd: Rename async to nonblock.Maarten Lankhorst2016-05-021-1/+1
* drm: ARM HDLCD - fix an error codeDan Carpenter2016-04-041-1/+2
* drm: ARM HDLCD - get rid of devm_clk_put()Alexey Brodkin2016-04-041-12/+3
* drm: Add support for ARM's HDLCD controller.Liviu Dudau2016-02-106-0/+1035
OpenPOWER on IntegriCloud