summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200/mgag200_drv.h
AgeCommit message (Expand)Author
2020-08-03drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann
2020-08-03drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann
2020-08-03drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann
2020-07-14drm/mgag200: Don't write-protect CRTC 0-7 while in mga_crtc_prepare()Thomas Zimmermann
2020-06-11drm/mgag200: Embed instance of struct drm_device in struct mga_deviceThomas Zimmermann
2020-06-11drm/mgag200: Move device init and cleanup to mgag200_drv.cThomas Zimmermann
2020-06-11drm/mgag200: Switch to managed MMThomas Zimmermann
2020-06-11drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.cThomas Zimmermann
2020-06-11drm/mgag200: Remove declaration of mgag200_mmap() from header fileThomas Zimmermann
2020-05-19drm/mgag200: Replace VRAM helpers with SHMEM helpersThomas Zimmermann
2020-05-19drm/mgag200: Use simple-display data structuresThomas Zimmermann
2020-05-19drm/mgag200: Remove out-commented suspend/resume helpersThomas Zimmermann
2020-05-19drm/mgag200: Move TAGFIFO reset into separate functionThomas Zimmermann
2020-05-19drm/mgag200: Clean up mga_set_start_address()Thomas Zimmermann
2020-05-19drm/mgag200: Remove HW cursorThomas Zimmermann
2020-05-11drm/mgag200: Embed connector instance in struct mga_deviceThomas Zimmermann
2020-05-11drm/mgag200: Remove unused fields from struct mga_deviceThomas Zimmermann
2020-05-11drm/mgag200: Use managed mode-config initializationThomas Zimmermann
2020-05-11drm/mgag200: Convert struct drm_device to struct mga_device with helperThomas Zimmermann
2020-03-02drm/mgag200: Use simple encoderThomas Zimmermann
2019-11-27drm/mgag200: Add workaround for HW that does not support 'startadd'Thomas Zimmermann
2019-11-27drm/mgag200: Store flags from PCI driver data in device structureThomas Zimmermann
2019-11-27drm/mgag200: Extract device type from flagsThomas Zimmermann
2019-10-04drm/mgag200: Allocate cursor BOs at high end of video memoryThomas Zimmermann
2019-10-04drm/mgag200: Reserve video memory for cursor planeThomas Zimmermann
2019-10-04drm/mgag200: Add init and fini functions for cursor handlingThomas Zimmermann
2019-10-04drm/mgag200: Rename cursor functions to use mgag200_ prefixThomas Zimmermann
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas 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-19Merge v5.2-rc5 into drm-nextDaniel Vetter
2019-06-13drm/mgag200: Rewrite cursor handlingThomas Zimmermann
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377Thomas Gleixner
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: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann
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
2017-08-04drm: mgag200: remove dead code and pointless local lut storagePeter Rosin
2017-01-23drm/mgag200: Added support for the new device G200eH3Mathieu Larouche
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-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-08-24drm/mgag200: Add support for a new G200eW3 chipsetMathieu Larouche
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter