summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200
AgeCommit message (Expand)AuthorLines
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-1/+1
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding-1/+1
2014-07-18drm/mgag200: use helpersRob Clark-12/+2
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding-1/+2
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding-1/+1
2014-06-19drm: add register and unregister functions for connectorsThomas Wood-1/+1
2014-04-22drm/mgag200: Remove unecessary NULL check in gem_freeDaniel Vetter-2/+0
2014-04-22drm/mgag200: Remove unecessary NULL check in bo_unrefDaniel Vetter-3/+1
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper-13/+13
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann-2/+3
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann-1/+1
2014-02-06drm/mgag200,ast,cirrus: fix regression with drm_can_sleep conversionDave Airlie-1/+1
2014-02-05drm/mgag200: fix typo causing bw limits to be ignored on some chipsDave Airlie-2/+2
2014-01-29drm: ast,cirrus,mgag200: use drm_can_sleepDave Airlie-1/+1
2014-01-23drm/mgag200: on cards with < 2MB VRAM default to 16-bitDave Airlie-2/+10
2014-01-16drm/mgag200: fix oops in cursor code.Dave Airlie-3/+5
2014-01-14drivers: gpu: Mark functions as static in mgag200_ttm.cRashika-3/+3
2014-01-14drivers: gpu: Mark functions as static in mgag200_mode.cRashika-3/+3
2014-01-14drivers: gpu: Mark function as static in mgag200_main.cRashika-1/+1
2013-11-08drm/mgag200: drop pointless info print.Dave Airlie-2/+0
2013-10-11drm: Add separate Kconfig option for fbdev helpersDaniel Vetter-0/+1
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann-8/+0
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-1/+47
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann-1/+3
2013-08-19drm: rip out drm_core_has_MTRR checksDaniel Vetter-1/+1
2013-08-19drm: remove FASYNC supportDaniel Vetter-1/+0
2013-08-19drm/mgag200: remove unused driver_private accessDavid Herrmann-1/+0
2013-08-07drm/mgag200: Invalidate page tables when pinning a BOEgbert Eich-0/+1
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter-11/+1
2013-07-30drm/mgag200: Fix LUT programming for 16bppEgbert Eich-0/+23
2013-07-30drm/mgag200: Fix framebuffer pitch calculationTakashi Iwai-1/+1
2013-07-30drm/mgag200: Add sysfs support for connectorsEgbert Eich-0/+2
2013-07-30drm/mgag200: Add an crtc_disable callback to the crtc helper funcsEgbert Eich-0/+19
2013-07-30drm/mgag200: Fix logic in mgag200_bo_pin() (v2)Egbert Eich-0/+1
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann-1/+1
2013-06-28drm/mgag200: inline reservationsMaarten Lankhorst-20/+18
2013-06-28drm/mgag200: do not attempt to acquire a reservation while in an interrupt ha...Maarten Lankhorst-2/+3
2013-06-28drm/mgag200: Added resolution and bandwidth limits for various G200e products.Julia Lemire-5/+70
2013-06-27Merge tag 'v3.10-rc7' into drm-nextDave Airlie-4/+5
2013-06-17drm/mgag200: Don't do full cleanup if mgag200_device_init failsChristopher Harvey-1/+1
2013-06-17drm/mgag200: Hardware cursor supportChristopher Harvey-3/+324
2013-06-03drm/mgag200: Add missing write to index before accessing data registerChristopher Harvey-4/+5
2013-05-31drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski-10/+4
2013-05-13Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-38/+52
2013-05-13drm/mgag200: Fix framebuffer base address programmingChristopher Harvey-3/+24
2013-05-13drm/mgag200: Convert counter delays to jiffiesChristopher Harvey-9/+6
2013-05-13drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL registerChristopher Harvey-21/+21
2013-05-13drm/mgag200: Don't change unrelated registers during modesetChristopher Harvey-5/+1
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-47/+58
2013-05-02drm/mgag200: deal with bo reserve fail in dirty update pathDave Airlie-5/+44