summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
Commit message (Expand)AuthorAgeFilesLines
* drm: mali-dp: Add YUV->RGB conversion support for video layersMihail Atanassov2018-03-144-17/+90
* drm: mali-dp: Turn off CRTC vblank when removing module.Liviu Dudau2018-03-141-0/+2
* drm: arm: malidp: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart2018-03-142-4/+1
* drm: arm: malidp: Don't destroy planes manually in error handlersLaurent Pinchart2018-03-144-22/+3
* drm/mali-dp: Fix malidp_atomic_commit_hw_done() for event sending.Liviu Dudau2018-03-143-18/+27
* drm/arm/malidp: Disable pixel alpha blending for colors that do not have alphaAyan Halder2018-03-141-5/+22
* drm: mali-dp: Fix bug on scaling with rotationAyan Halder2018-03-141-2/+8
* drm/mali-dp: Don't enable scaling engine for planes that only rotate.Liviu Dudau2018-03-141-2/+8
* drm: mali-dp: Uninitialized variable in malidp_se_check_scaling()Dan Carpenter2018-03-141-2/+2
* drm/mali-dp: Align pitch size to be multiple of bus burst read size.Liviu Dudau2018-03-141-1/+14
* drm/mali-dp: Rotated planes need a larger pitch size.Liviu Dudau2018-03-142-4/+12
* drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä2018-03-052-12/+2
* drm/arm/mali-dp: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-2/+4
* drm/arm/hdlcd: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-2/+3
* drm/arm/mali: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-33/+7
* Merge arlied/drm-next into drm-misc-nextGustavo Padovan2017-12-048-88/+107
|\
| * Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-043-6/+7
| |\
| * \ Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie2017-12-015-83/+99
| |\ \
| | * | drm: mali-dp: Disable planes when their CRTC gets disabled.Liviu Dudau2017-11-241-0/+3
| | * | drm: mali-dp: Separate static internal data into a read-only structure.Liviu Dudau2017-11-245-80/+93
| | * | drm/arm: Replace instances of drm_dev_unref with drm_dev_put.Srishti Sharma2017-11-241-2/+2
| | * | drm: mali-dp: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-11-241-1/+1
| * | | Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie2017-12-012-5/+7
| |\ \ \
| | * | | drm/arm: Replace instances of drm_dev_unref with drm_dev_put.Srishti Sharma2017-11-271-2/+2
| | * | | drm: Fix checkpatch issue: "WARNING: braces {} are not necessary for single s...Vitor Massaru Iha2017-11-271-2/+1
| | * | | drm: hdlcd: Update PM code to save/restore console.Liviu Dudau2017-11-241-1/+4
| | |/ /
| * | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-152-2/+4
| |\ \ \ | | |/ /
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | | drm/arm/mali: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes2017-11-302-22/+3
| |_|/ |/| |
* | | drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä2017-11-202-6/+6
* | | drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä2017-11-202-2/+3
* | | drm/arm/hdlcd: Use drm_gem_cma_print_info()Noralf Trønnes2017-11-111-1/+1
| |/ |/|
* | drm/arm/mali: Use drm_gem_fb_create()Noralf Trønnes2017-08-271-1/+2
* | drm/arm/hdlcd: Use drm_gem_fb_create()Noralf Trønnes2017-08-271-1/+2
|/
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-1/+0
* drm: Plumb modifiers through plane initBen Widawsky2017-08-012-1/+2
* drm/arm: mali-dp: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-07-291-2/+0
* drm/arm: hdlcd: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-07-291-2/+0
* drm/mali: Use new atomic iterator macrosMaarten Lankhorst2017-07-131-1/+1
* 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
* drm/hdlcd: remove drm_vblank_cleanup, rise of the zoombies editionDaniel Vetter2017-06-281-2/+0
* drm/arm: hdlcd: remove unused variablesArnd Bergmann2017-06-211-1/+1
* drm/arm: hdlcd: Use CMA helper for plane buffer address calculationLiviu Dudau2017-06-211-8/+1
* drm/arm: hdlcd: Set the CRTC's port before binding the encoder.Liviu Dudau2017-06-211-0/+9
* drm/arm: mali-dp: Use CMA helper for plane buffer address calculationLiviu Dudau2017-06-161-7/+5
* drm/mali-dp: Check PM status when sharing interrupt linesLiviu Dudau2017-06-161-3/+16
* drm/arm: malidp: Use crtc->mode_valid() callbackJose Abreu2017-06-161-6/+5
* Merge tag 'drm-misc-next-2017-06-02' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-06-062-4/+0
|\
| * drm/hdlcd|mali: Drop drm_vblank_cleanupDaniel Vetter2017-06-012-4/+0
OpenPOWER on IntegriCloud