summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arm
AgeCommit message (Expand)AuthorFilesLines
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2-2/+2
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-7/+0
2017-01-27drm/hdlcd: Remove hdlcd_debugfs_cleanup()Noralf Trønnes1-7/+0
2017-01-26drm: mali-dp: fix stride setting for multi-plane formatsMihail Atanassov4-10/+50
2017-01-26drm: mali-dp: Add plane offset to the plane's physical start address registerLiviu Dudau1-0/+1
2017-01-26drm: mali-dp: Check for sufficient address spaceMihail Atanassov2-0/+22
2017-01-26drm: mali-dp: Check hw version matches device-treeMihail Atanassov2-0/+54
2017-01-26drm: mali-dp: Rename malidp_input_format to malidp_pixel_formatBrian Starkey3-20/+20
2017-01-23drm: mali-dp: fix Lx_CONTROL register fields clobberMihail Atanassov1-1/+2
2017-01-23drm: mali-dp: Fix transposed horizontal/vertical flipBrian Starkey1-2/+2
2017-01-23drm: mali-dp: Fix destination size handling when rotatingBrian Starkey1-7/+2
2017-01-23drm: mali-dp: Don't force source size == crtc sizeBrian Starkey1-2/+1
2017-01-23drm: mali-dp: Check more use cases in the plane's ->atomic_check()Liviu Dudau1-1/+14
2017-01-23drm: malidp: Remove event_list member from struct malidp_drmLiviu Dudau2-3/+1
2017-01-23drm/arm/malidp: Fix possible dereference of NULLShailendra Verma1-7/+8
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä2-5/+5
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-1/+1
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä1-1/+1
2016-12-14drm/arm: Add local 'fb' variablesVille Syrjälä2-11/+13
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2-4/+3
2016-11-25drm: hdlcd: Fix cleanup orderRobin Murphy1-1/+1
2016-11-22drm/arm: hdlcd: fix plane base address updateRussell King1-3/+2
2016-11-17Merge branch 'drm-tda998x-mali' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie2-15/+22
2016-11-11Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie5-40/+92
2016-11-08drm: mali-dp: Clear CVAL when leaving config modeBrian Starkey1-0/+2
2016-11-04drm/arm: mark symbols static where possibleBaoyou Xie1-3/+4
2016-11-04drm: mali-dp: Add support for setting plane's rotation property from userspace.Liviu Dudau1-0/+1
2016-11-04drm: mali-dp: Don't set DRM_PLANE_COMMIT_ACTIVE_ONLYBrian Starkey1-2/+1
2016-11-04drm: mali-dp: Store internal format and n_planes in plane stateBrian Starkey2-15/+15
2016-11-04drm: mali-dp: Enable alpha blendingBrian Starkey1-6/+27
2016-11-04drm: mali-dp: Refactor plane initialisationBrian Starkey1-13/+8
2016-11-04arm: mali-dp: Extract mode_config cleanup into malidp_finiBrian Starkey1-4/+8
2016-11-04drm: mali-dp: Add pitch alignment check for planesBrian Starkey1-1/+14
2016-11-04drm: mali-dp: Add pitch alignment check functionBrian Starkey2-0/+12
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 Nikula2-4/+0
2016-10-31drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registrationBrian Starkey2-15/+22
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King2-2/+5
2016-10-21drm/arm: Use per-plane rotation propertyVille Syrjälä1-8/+5
2016-10-18drm/arm: mali-dp: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart1-6/+1
2016-10-18drm: hdlcd: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart1-3/+2
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2-4/+4
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+2
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen2-11/+11
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-07-18drm/arm: make fbdev support really optionalTobias Jakobi1-1/+0
2016-07-18drm/hdlcd: Delete an unnecessary check before drm_fbdev_cma_hotplug_event()Markus Elfring1-2/+1