summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/cirrus
AgeCommit message (Expand)AuthorFilesLines
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-3/+3
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-1/+1
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-3/+2
2018-02-26drm/cirrus: remove ttm_pool_* wrappersChristian König1-13/+0
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-2/+3
2017-12-27drm/cirrus: remove the default io_mem_pfn setTan Xiaojun1-1/+0
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-2/+4
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-1/+1
2017-11-10drm/cirrus: add create_handle support.Lepton Wu1-0/+9
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-08-16drm/cirrus: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-11drm/cirrus: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2-6/+6
2017-08-04drm: cirrus: remove dead code and pointless local lut storagePeter Rosin3-65/+16
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter1-2/+2
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter1-1/+0
2017-05-16drm/cirrus: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2-2/+2
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+2
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter1-1/+2
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+1
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-1/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König1-2/+0
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie1-0/+9
2017-01-10drm: flip cirrus driver status to "obsolete".Gerd Hoffmann1-0/+9
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard1-1/+1
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2-4/+3
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä2-2/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä1-2/+2
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-12-14drm/cirrus: Add some local 'fb' variablesVille Syrjälä1-4/+5
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+0
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-0/+7
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-26drm/drivers: add support for using the arch wc mapping API.drm-x86-pat-regression-fixDave Airlie1-0/+7
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+1
2016-10-18drm: cirrus: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2-5/+5
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann1-1/+2
2016-08-15Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...Dave Airlie2-3/+1
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter1-2/+0
2016-08-12drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter1-1/+1
2016-08-09drm/cirrus: Fix NULL pointer dereference when registering the fbdevBoris Brezillon1-2/+11
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter1-12/+1
2016-07-18drm/cirrus: make fbdev support really optionalTobias Jakobi1-4/+0
2016-07-18drm/cirrus: Delete an unnecessary check before drm_gem_object_unreference_unl...Markus Elfring1-2/+2
2016-07-07drm/ttm: remove dummy bo_move implementationsChristian König1-12/+1
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-3/+5
2016-06-09Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedes...Dave Airlie1-1/+1