summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200
AgeCommit message (Expand)AuthorLines
2019-07-31drm/mgag200: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz-6/+7
2019-07-24drm/mgag200: Don't unpin the current cursor image's buffer.Thomas Zimmermann-1/+0
2019-07-24drm/mgag200: Set cursor scanout address to correct BOThomas Zimmermann-1/+1
2019-07-24drm/mgag200: Pin displayed cursor BO to video memoryThomas Zimmermann-1/+1
2019-07-09drm/mgag200: Replace struct mga_fbdev with generic framebuffer emulationThomas Zimmermann-382/+6
2019-06-30drm/mgag200: drop use of drmP.hSam Ravnborg-17/+29
2019-06-27drm/mgag200: Replace struct mga_framebuffer with GEM framebuffer helpersThomas Zimmermann-111/+26
2019-06-27drm/mgag200: add in missing { } around if blockColin Ian King-1/+2
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter-24/+6
2019-06-13drm/mgag200: Rewrite cursor handlingThomas Zimmermann-103/+69
2019-06-13drm/mgag200: Pin framebuffer BO during dirty updateThomas Zimmermann-12/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377Thomas Gleixner-24/+6
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-533/+140
2019-05-22drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann-26/+25
2019-05-22drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann-5/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-17drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas Zimmermann-18/+1
2019-05-17drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200Thomas Zimmermann-8/+10
2019-05-15drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann-32/+37
2019-05-15drm/mgag200: Convert mgag200 driver to VRAM MMThomas Zimmermann-161/+15
2019-05-15drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|Thomas Zimmermann-348/+107
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie-9/+2
2019-03-27drm/mga200g: Use drm_fb_helper_fill_infoDaniel Vetter-8/+2
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann-7/+2
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann-1/+0
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann-1/+0
2019-02-04Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie-6/+2
2019-01-28drm/mgag200: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann-6/+2
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter-0/+1
2019-01-14drm: move drm_can_sleep() to drm_util.hSam Ravnborg-0/+1
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König-37/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König-31/+2
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann-2/+2
2018-09-03drm/mgag200: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław-29/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter-1/+1
2018-04-25drm/mgag200: fix mode_valid's return typeLuc Van Oostenryck-1/+1
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König-3/+3
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König-1/+1
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König-3/+2
2018-02-26drm/mgag200: remove ttm_pool_* wrappersChristian König-13/+0
2018-01-30drm/mgag200: fix a test in mga_vga_mode_valid()Dan Carpenter-2/+2
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He-2/+3
2017-12-27drm/mgag200: remove the default io_mem_pfn setTan Xiaojun-1/+0
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König-3/+6
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard-1/+1
2017-08-16drm/mgag200: Use the drm_driver.dumb_destroy defaultNoralf Trønnes-1/+0
2017-08-11drm/mgag200: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk-8/+8