aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-14drm: move drm_can_sleep() to drm_util.hSam Ravnborg1-0/+1
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König2-37/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König2-31/+2
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann1-2/+2
2018-09-03drm/mgag200: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2-29/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-1/+1
2018-04-25drm/mgag200: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
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/mgag200: remove ttm_pool_* wrappersChristian König1-13/+0
2018-01-30drm/mgag200: fix a test in mga_vga_mode_valid()Dan Carpenter1-2/+2
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-2/+3
2017-12-27drm/mgag200: remove the default io_mem_pfn setTan Xiaojun1-1/+0
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-3/+6
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-08-16drm/mgag200: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-11drm/mgag200: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk3-8/+8
2017-08-04drm: mgag200: remove dead code and pointless local lut storagePeter Rosin3-54/+15
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-1/+8
2017-06-27Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie1-1/+8
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter1-2/+3
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter1-1/+0
2017-06-15drm/mgag200: Fix to always set HiPri for G200e4 V2Mathieu Larouche1-1/+8
2017-05-17drm/mgag200: 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-misc into drm-nextDave 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-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-1/+1
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-4/+1
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-23drm/mgag200: Added support for the new device G200eH3Mathieu Larouche4-19/+61
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
2017-01-04gpu: drm: mgag200: mgag200_main:- Handle error from pci_iomapArvind Yadav1-0/+2
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-9/+9
2016-12-15drm: Nuke fb->depthVille Syrjälä2-4/+4
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-12-14drm/mgag200: Add local 'fb' variableVille Syrjälä1-8/+9
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-intel into drm-nextDave 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