aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-04drm: armada: remove dead empty functionsPeter Rosin3-14/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky2-0/+2
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring2-4/+3
2017-07-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter3-4/+4
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2017-07-03drm: armada: Constify drm_prop_enum_list structures.Arvind Yadav1-1/+1
2017-07-03drm: armada: constify drm_prop_enum_list structures.Arvind Yadav1-2/+2
2017-06-21drm: armada: make of_device_ids const.Arvind Yadav1-1/+1
2017-06-20drm/armada: don't abuse DMA_ERROR_CODEChristoph Hellwig3-4/+4
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss1-1/+1
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter1-1/+2
2017-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter1-1/+2
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter1-1/+2
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter1-4/+5
2017-03-14drm/gem: Add DEFINE_DRM_GEM_FOPSDaniel Vetter1-10/+1
2017-03-11Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into drm-misc-nextDaniel Vetter1-2/+1
2017-03-01drm/armada: Remove armada_drm_debugfs_cleanup()Noralf Trønnes3-59/+10
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-4/+5
2017-02-17drm: Remove the struct drm_device platformdev fieldLaurent Pinchart1-2/+1
2017-02-07drm: armada: use vblank hooks in struct drm_crtc_funcsShawn Guo3-37/+37
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-2/+0
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-2/+2
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2017-01-11drm: add more MMU dependenciesArnd Bergmann1-1/+1
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie3-9/+5
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie4-10/+10
2016-12-30drm/armada: Fix compile failDaniel Vetter1-0/+2
2016-12-30drm/armada: s/drm_mm_dump_table/drm_mm_print/Chris Wilson1-1/+1
2016-12-30drm: Deduplicate driver initialization messageGabriel Krisman Bertazi1-6/+0
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-3/+3
2016-12-15drm: Replace 'format->format' comparisons to just 'format' comparisonsVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä2-2/+2
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä2-2/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä1-1/+2
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-2/+1
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2-2/+2
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-3/+2
2016-11-25Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-nextDave Airlie10-192/+325
2016-11-17drm/armada: fix NULL pointer comparison warningRavikant B Sharma1-1/+1
2016-11-17drm/armada: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-7/+1
2016-11-17drm/armada: remove some dead codeChristophe JAILLET1-5/+1
2016-11-17drm/armada: mark symbols static where possibleBaoyou Xie1-2/+2
2016-11-17drm/armada: de-midlayer armadaRussell King2-108/+129
2016-11-14drm/armada: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-7/+1
2016-11-01drm/armada: use common helper for plane base addressRussell King3-20/+34
2016-11-01drm/armada: move setting primary plane position to armada_drm_primary_set()Russell King1-3/+3