summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
Commit message (Expand)AuthorAgeFilesLines
* BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-234-5/+19
|\
| * drm: mali-dp: Fix smart layer not going to compositionMihail Atanassov2017-03-103-3/+18
| * drm: mali-dp: Remove mclk rate managementMihail Atanassov2017-03-101-2/+1
* | drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-142-22/+2
* | drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart2017-02-121-1/+1
* | drm: malidp: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-072-21/+21
* | drm: hdlcd: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-072-20/+20
* | drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-072-2/+0
|/
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-022-2/+2
* Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-02-011-7/+0
|\
| * drm/hdlcd: Remove hdlcd_debugfs_cleanup()Noralf Trønnes2017-01-271-7/+0
* | drm: mali-dp: fix stride setting for multi-plane formatsMihail Atanassov2017-01-264-10/+50
* | drm: mali-dp: Add plane offset to the plane's physical start address registerLiviu Dudau2017-01-261-0/+1
* | drm: mali-dp: Check for sufficient address spaceMihail Atanassov2017-01-262-0/+22
* | drm: mali-dp: Check hw version matches device-treeMihail Atanassov2017-01-262-0/+54
* | drm: mali-dp: Rename malidp_input_format to malidp_pixel_formatBrian Starkey2017-01-263-20/+20
* | drm: mali-dp: fix Lx_CONTROL register fields clobberMihail Atanassov2017-01-231-1/+2
* | drm: mali-dp: Fix transposed horizontal/vertical flipBrian Starkey2017-01-231-2/+2
* | drm: mali-dp: Fix destination size handling when rotatingBrian Starkey2017-01-231-7/+2
* | drm: mali-dp: Don't force source size == crtc sizeBrian Starkey2017-01-231-2/+1
* | drm: mali-dp: Check more use cases in the plane's ->atomic_check()Liviu Dudau2017-01-231-1/+14
* | drm: malidp: Remove event_list member from struct malidp_drmLiviu Dudau2017-01-232-3/+1
* | drm/arm/malidp: Fix possible dereference of NULLShailendra Verma2017-01-231-7/+8
|/
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-152-5/+5
* drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-1/+1
* drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2016-12-151-1/+1
* drm/arm: Add local 'fb' variablesVille Syrjälä2016-12-142-11/+13
* Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-052-4/+3
|\
| * drm: hdlcd: Fix cleanup orderRobin Murphy2016-11-251-1/+1
| * drm/arm: hdlcd: fix plane base address updateRussell King2016-11-221-3/+2
* | Merge branch 'drm-tda998x-mali' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie2016-11-172-15/+22
|\ \
| * | drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registrationBrian Starkey2016-10-312-15/+22
* | | 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
| |/ |/|
OpenPOWER on IntegriCloud