index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mgag200
Age
Commit message (
Expand
)
Author
2020-05-11
drm/mgag200: Embed connector instance in struct mga_device
Thomas Zimmermann
2020-05-11
drm/mgag200: Remove unused fields from struct mga_device
Thomas Zimmermann
2020-05-11
drm/mgag200: Use managed mode-config initialization
Thomas Zimmermann
2020-05-11
drm/mgag200: Integrate init function into load function
Thomas Zimmermann
2020-05-11
drm/mgag200: Remove several references to struct mga_device.dev
Thomas Zimmermann
2020-05-11
drm/mgag200: Convert struct drm_device to struct mga_device with helper
Thomas Zimmermann
2020-04-08
drm/mgag200: Set up fbdev after registering device; remove error checks
Thomas Zimmermann
2020-03-02
drm/mgag200: Use simple encoder
Thomas Zimmermann
2020-01-07
drm/mgag200: Add module parameter to pin all buffers at offset 0
Thomas Zimmermann
2020-01-07
drm/vram-helper: Remove BO device from public interface
Thomas Zimmermann
2020-01-07
drm/vram-helper: Remove interruptible flag from public interface
Thomas Zimmermann
2020-01-06
drm/vram: Support scanline alignment for dumb buffers
Thomas Zimmermann
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2019-12-06
drm/mgag200: Flag all G200 SE A machines as broken wrt <startadd>
Thomas Zimmermann
2019-12-05
drm/mgag200: Debug-print unique revisions id on G200 SE
Thomas Zimmermann
2019-12-05
drm/mgag200: Call mgag200_driver_{load, unload}() before registering device
Thomas Zimmermann
2019-12-05
drm/mgag200: Don't include <drm/drm_pci.h>
Thomas Zimmermann
2019-11-27
drm/mgag200: Add workaround for HW that does not support 'startadd'
Thomas Zimmermann
2019-11-27
drm/mgag200: Store flags from PCI driver data in device structure
Thomas Zimmermann
2019-11-27
drm/mgag200: Extract device type from flags
Thomas Zimmermann
2019-11-20
drm/mgag200: Fix Kconfig indentation
Krzysztof Kozlowski
2019-10-17
drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS
Gerd Hoffmann
2019-10-04
drm/mgag200: Allocate cursor BOs at high end of video memory
Thomas Zimmermann
2019-10-04
drm/mgag200: Reserve video memory for cursor plane
Thomas Zimmermann
2019-10-04
drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()
Thomas Zimmermann
2019-10-04
drm/mgag200: Move cursor-image update to mgag200_show_cursor()
Thomas Zimmermann
2019-10-04
drm/mgag200: Add separate move-cursor function
Thomas Zimmermann
2019-10-04
drm/mgag200: Add init and fini functions for cursor handling
Thomas Zimmermann
2019-10-04
drm/mgag200: Rename cursor functions to use mgag200_ prefix
Thomas Zimmermann
2019-09-17
drm/mgag200: Use drm_gem_vram_{vmap, vunmap}() to map cursor source BO
Thomas Zimmermann
2019-09-16
drm/connector: Share with non-atomic drivers the function to get the single e...
José Roberto de Souza
2019-09-12
drm/vram: Have VRAM MM call GEM VRAM functions directly
Thomas Zimmermann
2019-09-12
drm/vram: Move VRAM memory manager to GEM VRAM implementation
Thomas Zimmermann
2019-09-10
drm/vram: fix Kconfig
Gerd Hoffmann
2019-08-23
drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...
Gerd Hoffmann
2019-07-31
drm/mgag200: Provide ddc symlink in connector sysfs directory
Andrzej Pietrasiewicz
2019-07-24
drm/mgag200: Don't unpin the current cursor image's buffer.
Thomas Zimmermann
2019-07-24
drm/mgag200: Set cursor scanout address to correct BO
Thomas Zimmermann
2019-07-24
drm/mgag200: Pin displayed cursor BO to video memory
Thomas Zimmermann
2019-07-09
drm/mgag200: Replace struct mga_fbdev with generic framebuffer emulation
Thomas Zimmermann
2019-06-30
drm/mgag200: drop use of drmP.h
Sam Ravnborg
2019-06-27
drm/mgag200: Replace struct mga_framebuffer with GEM framebuffer helpers
Thomas Zimmermann
2019-06-27
drm/mgag200: add in missing { } around if block
Colin Ian King
2019-06-19
Merge v5.2-rc5 into drm-next
Daniel Vetter
2019-06-13
drm/mgag200: Rewrite cursor handling
Thomas Zimmermann
2019-06-13
drm/mgag200: Pin framebuffer BO during dirty update
Thomas Zimmermann
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377
Thomas Gleixner
2019-05-28
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-05-22
drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers
Thomas Zimmermann
2019-05-22
drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin
Thomas Zimmermann
[next]