aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-23drm/mgag200: Use managed interfaces for framebuffer write combiningThomas Zimmermann1-2/+0
2021-08-08drm/mgag200: Compute PLL values during atomic checkThomas Zimmermann1-0/+2
2021-08-08drm/mgag200: Introduce custom CRTC stateThomas Zimmermann1-0/+9
2021-08-08drm/mgag200: Abstract pixel PLL via struct mgag200_pllThomas Zimmermann1-1/+18
2021-08-08drm/mgag200: Split PLL setup into compute and update functionsThomas Zimmermann1-0/+17
2021-08-08drm/mgag200: Select clock in PLL update functionsThomas Zimmermann1-0/+16
2021-07-05drm/mgag200: Constify LUT for programming bppThomas Zimmermann1-2/+0
2021-07-05drm/mgag200: Extract device type and flags in mgag200_pci_probe()Thomas Zimmermann1-12/+0
2020-08-03drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann1-0/+10
2020-08-03drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann1-2/+6
2020-08-03drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann1-1/+0
2020-07-14drm/mgag200: Don't write-protect CRTC 0-7 while in mga_crtc_prepare()Thomas Zimmermann1-0/+6
2020-06-11drm/mgag200: Embed instance of struct drm_device in struct mga_deviceThomas Zimmermann1-2/+2
2020-06-11drm/mgag200: Move device init and cleanup to mgag200_drv.cThomas Zimmermann1-4/+0
2020-06-11drm/mgag200: Switch to managed MMThomas Zimmermann1-1/+0
2020-06-11drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.cThomas Zimmermann1-0/+1
2020-06-11drm/mgag200: Remove declaration of mgag200_mmap() from header fileThomas Zimmermann1-1/+0
2020-05-19drm/mgag200: Replace VRAM helpers with SHMEM helpersThomas Zimmermann1-2/+3
2020-05-19drm/mgag200: Use simple-display data structuresThomas Zimmermann1-13/+2
2020-05-19drm/mgag200: Remove out-commented suspend/resume helpersThomas Zimmermann1-1/+0
2020-05-19drm/mgag200: Move TAGFIFO reset into separate functionThomas Zimmermann1-0/+6
2020-05-19drm/mgag200: Clean up mga_set_start_address()Thomas Zimmermann1-0/+5
2020-05-19drm/mgag200: Remove HW cursorThomas Zimmermann1-13/+0
2020-05-11drm/mgag200: Embed connector instance in struct mga_deviceThomas Zimmermann1-0/+1
2020-05-11drm/mgag200: Remove unused fields from struct mga_deviceThomas Zimmermann1-8/+0
2020-05-11drm/mgag200: Use managed mode-config initializationThomas Zimmermann1-1/+0
2020-05-11drm/mgag200: Convert struct drm_device to struct mga_device with helperThomas Zimmermann1-0/+5
2020-03-02drm/mgag200: Use simple encoderThomas Zimmermann1-7/+2
2019-11-27drm/mgag200: Add workaround for HW that does not support 'startadd'Thomas Zimmermann1-0/+3
2019-11-27drm/mgag200: Store flags from PCI driver data in device structureThomas Zimmermann1-0/+8
2019-11-27drm/mgag200: Extract device type from flagsThomas Zimmermann1-0/+7
2019-10-04drm/mgag200: Allocate cursor BOs at high end of video memoryThomas Zimmermann1-10/+2
2019-10-04drm/mgag200: Reserve video memory for cursor planeThomas Zimmermann1-0/+2
2019-10-04drm/mgag200: Add init and fini functions for cursor handlingThomas Zimmermann1-0/+2
2019-10-04drm/mgag200: Rename cursor functions to use mgag200_ prefixThomas Zimmermann1-3/+3
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann1-1/+0
2019-07-09drm/mgag200: Replace struct mga_fbdev with generic framebuffer emulationThomas Zimmermann1-19/+0
2019-06-30drm/mgag200: drop use of drmP.hSam Ravnborg1-5/+3
2019-06-27drm/mgag200: Replace struct mga_framebuffer with GEM framebuffer helpersThomas Zimmermann1-13/+0
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-4/+1
2019-06-13drm/mgag200: Rewrite cursor handlingThomas Zimmermann1-3/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377Thomas Gleixner1-4/+1
2019-05-15drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann1-1/+0
2019-05-15drm/mgag200: Convert mgag200 driver to VRAM MMThomas Zimmermann1-9/+2
2019-05-15drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|Thomas Zimmermann1-54/+8
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-1/+0
2019-03-27drm/mga200g: Use drm_fb_helper_fill_infoDaniel Vetter1-1/+1
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-1/+0
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-1/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-1/+0