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