summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_main.c
Commit message (Expand)AuthorAgeFilesLines
* drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter2016-08-121-1/+1
* drm/mgag200: Delete an unnecessary check before drm_gem_object_unreference_un...Markus Elfring2016-07-221-2/+2
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-2/+2
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-2/+2
* drm/mgag200: Fix driver_load error handlingArchit Taneja2015-09-241-16/+20
* drm/mgag200: Add support for a new G200eW3 chipsetMathieu Larouche2015-08-241-1/+8
* drm/mga200g: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter2015-08-101-12/+4Star
* drm/mgag200: Remove unecessary NULL check in gem_freeDaniel Vetter2014-04-221-2/+0Star
* drm/mgag200: Remove unecessary NULL check in bo_unrefDaniel Vetter2014-04-221-3/+1Star
* drm/mgag200: on cards with < 2MB VRAM default to 16-bitDave Airlie2014-01-231-1/+4
* drivers: gpu: Mark function as static in mgag200_main.cRashika2014-01-141-1/+1
* drm: kill ->gem_init_object() and friendsDavid Herrmann2013-10-091-6/+0Star
* drm/gem: create drm_gem_dumb_destroyDaniel Vetter2013-08-071-7/+0Star
* drm/ttm: convert to unified vma offset managerDavid Herrmann2013-07-251-1/+1
* drm/mgag200: Added resolution and bandwidth limits for various G200e products.Julia Lemire2013-06-281-1/+1
* drm/mgag200: Don't do full cleanup if mgag200_device_init failsChristopher Harvey2013-06-171-1/+1
* drm/mgag200: Hardware cursor supportChristopher Harvey2013-06-171-1/+20
* drm/mgag200: Remove extra variable assignsChristopher Harvey2013-04-301-2/+0Star
* drm/mgag200: Convert to managed device resources where possibleChristopher Harvey2013-04-121-24/+5Star
* drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter2013-01-201-8/+0Star
* drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter2013-01-201-3/+5
* drm/mgag200: remove unneeded aper->count assignment after alloc_apertures()Tommi Rantala2012-11-201-1/+0Star
* drm/mgag200: free memory allocated with alloc_apertures()Tommi Rantala2012-11-201-0/+1
* drm/mgag200: check alloc_apertures() success in mga_vram_init()Tommi Rantala2012-11-201-0/+2
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0Star
* mgag200: initial g200se driver (v2)Dave Airlie2012-05-171-0/+388