summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/cirrus
AgeCommit message (Expand)AuthorFilesLines
2018-09-03drm/cirrus: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław1-22/+1
2018-08-30drm/cirrus: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-1/+1
2018-08-10drm/cirrus: flip default from 24bpp to 16bppGerd Hoffmann3-5/+4
2018-08-10drm/cirrus: Use drm_framebuffer_put to avoid kernel oops in clean-upThomas Zimmermann3-23/+29
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-05-18drm/cirrus: cirrus_framebuffer -> drm_framebufferDaniel Stone4-36/+25
2018-05-18drm/cirrus: Place GEM BOs in drm_framebufferDaniel Stone4-28/+10
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-17/+23
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
2018-02-21Merge tag 'drm-misc-fixes-2018-01-31' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-17/+23
2018-01-31drm/cirrus: Load lut in crtc_commitDaniel Vetter1-17/+23
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.Dave 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