summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
AgeCommit message (Expand)AuthorLines
2018-01-23drm/arm/mali-dp: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä-2/+4
2018-01-23drm/arm/hdlcd: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä-2/+3
2017-12-08drm/arm/mali: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes-33/+7
2017-12-04Merge arlied/drm-next into drm-misc-nextGustavo Padovan-88/+107
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-6/+7
2017-12-01Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie-83/+99
2017-12-01Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie-5/+7
2017-11-30drm/arm/mali: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes-22/+3
2017-11-27drm/arm: Replace instances of drm_dev_unref with drm_dev_put.Srishti Sharma-2/+2
2017-11-27drm: Fix checkpatch issue: "WARNING: braces {} are not necessary for single s...Vitor Massaru Iha-2/+1
2017-11-24drm: mali-dp: Disable planes when their CRTC gets disabled.Liviu Dudau-0/+3
2017-11-24drm: mali-dp: Separate static internal data into a read-only structure.Liviu Dudau-80/+93
2017-11-24drm/arm: Replace instances of drm_dev_unref with drm_dev_put.Srishti Sharma-2/+2
2017-11-24drm: mali-dp: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk-1/+1
2017-11-24drm: hdlcd: Update PM code to save/restore console.Liviu Dudau-1/+4
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä-6/+6
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä-2/+3
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-2/+4
2017-11-11drm/arm/hdlcd: Use drm_gem_cma_print_info()Noralf Trønnes-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-27drm/arm/mali: Use drm_gem_fb_create()Noralf Trønnes-1/+2
2017-08-27drm/arm/hdlcd: Use drm_gem_fb_create()Noralf Trønnes-1/+2
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky-1/+2
2017-07-29drm/arm: mali-dp: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes-2/+0
2017-07-29drm/arm: hdlcd: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes-2/+0
2017-07-13drm/mali: Use new atomic iterator macrosMaarten Lankhorst-1/+1
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart-4/+6
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart-4/+6
2017-06-28drm/hdlcd: remove drm_vblank_cleanup, rise of the zoombies editionDaniel Vetter-2/+0
2017-06-21drm/arm: hdlcd: remove unused variablesArnd Bergmann-1/+1
2017-06-21drm/arm: hdlcd: Use CMA helper for plane buffer address calculationLiviu Dudau-8/+1
2017-06-21drm/arm: hdlcd: Set the CRTC's port before binding the encoder.Liviu Dudau-0/+9
2017-06-16drm/arm: mali-dp: Use CMA helper for plane buffer address calculationLiviu Dudau-7/+5
2017-06-16drm/mali-dp: Check PM status when sharing interrupt linesLiviu Dudau-3/+16
2017-06-16drm/arm: malidp: Use crtc->mode_valid() callbackJose Abreu-6/+5
2017-06-06Merge tag 'drm-misc-next-2017-06-02' of git://anongit.freedesktop.org/git/drm...Dave Airlie-4/+0
2017-06-01drm/hdlcd|mali: Drop drm_vblank_cleanupDaniel Vetter-4/+0
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie-16/+31
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss-10/+10
2017-05-20Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie-16/+31
2017-04-26drm: mali-dp: use div_u64 for expensive 64-bit divisionsArnd Bergmann-5/+4
2017-04-24drm: mali-dp: Check the mclk rate and allow up/down scalingMihail Atanassov-12/+85
2017-04-24drm: mali-dp: Enable image enhancement when scalingMihail Atanassov-1/+42
2017-04-24drm: mali-dp: Add plane upscaling supportMihail Atanassov-17/+407
2017-04-24drm/mali-dp: Add core_id file to the sysfs interfaceLiviu Dudau-0/+36
2017-04-24drm: mali-dp: Add CTM supportMihail Atanassov-4/+98
2017-04-24drm: mali-dp: enable gamma supportMihail Atanassov-9/+196
2017-04-24drm: mali-dp: add malidp_crtc_state structMihail Atanassov-3/+55
2017-04-24drm: mali-dp: add custom reset hook for planesMihail Atanassov-1/+22