aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/cirrus
AgeCommit message (Expand)Author
2019-04-20drm/cirrus: Use drm_framebuffer_put to avoid kernel oops in clean-upThomas Zimmermann
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-05-18drm/cirrus: cirrus_framebuffer -> drm_framebufferDaniel Stone
2018-05-18drm/cirrus: Place GEM BOs in drm_framebufferDaniel Stone
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-26drm/cirrus: remove ttm_pool_* wrappersChristian König
2018-02-21Merge tag 'drm-misc-fixes-2018-01-31' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-01-31drm/cirrus: Load lut in crtc_commitDaniel Vetter
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2017-12-27drm/cirrus: remove the default io_mem_pfn setTan Xiaojun
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-11-10drm/cirrus: add create_handle support.Lepton Wu
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard
2017-08-16drm/cirrus: Use the drm_driver.dumb_destroy defaultNoralf Trønnes
2017-08-11drm/cirrus: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-04drm: cirrus: remove dead code and pointless local lut storagePeter Rosin
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter
2017-05-16drm/cirrus: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie
2017-01-10drm: flip cirrus driver status to "obsolete".Gerd Hoffmann
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä
2016-12-15drm: Nuke fb->depthVille Syrjälä
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä
2016-12-14drm/cirrus: Add some local 'fb' variablesVille Syrjälä
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-10-26drm/drivers: add support for using the arch wc mapping API.Dave Airlie
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König
2016-10-18drm: cirrus: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann
2016-08-15Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter
2016-08-12drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter