aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-06drm/mgag200,ast,cirrus: fix regression with drm_can_sleep conversionDave Airlie1-1/+1
2014-02-05drm/mgag200: fix typo causing bw limits to be ignored on some chipsDave Airlie1-2/+2
2014-01-29drm: ast,cirrus,mgag200: use drm_can_sleepDave Airlie1-1/+1
2014-01-23drm/mgag200: on cards with < 2MB VRAM default to 16-bitDave Airlie2-2/+10
2014-01-16drm/mgag200: fix oops in cursor code.Dave Airlie1-3/+5
2014-01-14drivers: gpu: Mark functions as static in mgag200_ttm.cRashika1-3/+3
2014-01-14drivers: gpu: Mark functions as static in mgag200_mode.cRashika1-3/+3
2014-01-14drivers: gpu: Mark function as static in mgag200_main.cRashika1-1/+1
2013-11-08drm/mgag200: drop pointless info print.Dave Airlie1-2/+0
2013-10-11drm: Add separate Kconfig option for fbdev helpersDaniel Vetter1-0/+1
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann3-8/+0
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie2-1/+47
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann1-1/+3
2013-08-19drm: rip out drm_core_has_MTRR checksDaniel Vetter1-1/+1
2013-08-19drm: remove FASYNC supportDaniel Vetter1-1/+0
2013-08-19drm/mgag200: remove unused driver_private accessDavid Herrmann1-1/+0
2013-08-07drm/mgag200: Invalidate page tables when pinning a BOEgbert Eich1-0/+1
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter3-11/+1
2013-07-30drm/mgag200: Fix LUT programming for 16bppEgbert Eich1-0/+23
2013-07-30drm/mgag200: Fix framebuffer pitch calculationTakashi Iwai1-1/+1
2013-07-30drm/mgag200: Add sysfs support for connectorsEgbert Eich1-0/+2
2013-07-30drm/mgag200: Add an crtc_disable callback to the crtc helper funcsEgbert Eich1-0/+19
2013-07-30drm/mgag200: Fix logic in mgag200_bo_pin() (v2)Egbert Eich1-0/+1
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-1/+1
2013-06-28drm/mgag200: inline reservationsMaarten Lankhorst2-20/+18
2013-06-28drm/mgag200: do not attempt to acquire a reservation while in an interrupt handlerMaarten Lankhorst1-2/+3
2013-06-28drm/mgag200: Added resolution and bandwidth limits for various G200e products.Julia Lemire3-5/+70
2013-06-27Merge tag 'v3.10-rc7' into drm-nextDave Airlie1-4/+5
2013-06-17drm/mgag200: Don't do full cleanup if mgag200_device_init failsChristopher Harvey1-1/+1
2013-06-17drm/mgag200: Hardware cursor supportChristopher Harvey6-3/+324
2013-06-03drm/mgag200: Add missing write to index before accessing data registerChristopher Harvey1-4/+5
2013-05-31drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski1-10/+4
2013-05-13Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-38/+52
2013-05-13drm/mgag200: Fix framebuffer base address programmingChristopher Harvey1-3/+24
2013-05-13drm/mgag200: Convert counter delays to jiffiesChristopher Harvey1-9/+6
2013-05-13drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL registerChristopher Harvey1-21/+21
2013-05-13drm/mgag200: Don't change unrelated registers during modesetChristopher Harvey1-5/+1
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-47/+58
2013-05-02drm/mgag200: deal with bo reserve fail in dirty update pathDave Airlie3-5/+44
2013-04-30drm/mgag200: Remove extra variable assignsChristopher Harvey1-2/+0
2013-04-30drm/mgag200: Pass driver specific mga_device in driver functionsChristopher Harvey1-4/+3
2013-04-30drm/mgag200: Remove pointless call to drm_fb_get_bpp_depthChristopher Harvey1-3/+0
2013-04-12drm/mgag200: Convert to managed device resources where possibleChristopher Harvey2-30/+8
2013-04-12drm: Misc comment cleanupChristopher Harvey1-3/+3
2013-04-10drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not decimal.Christopher Harvey1-10/+3
2013-03-21drm/mgag200: Bug fix: Modified pll algorithm for EH projectJulia Lemire1-5/+5
2013-03-08drm/mgag200: Bug fix: Renesas board now selects native resolution.Julia Lemire1-0/+1
2013-03-08drm/mgag200: Reject modes that are too big for VRAMChristopher Harvey1-0/+27
2013-03-08drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not usedChristopher Harvey1-1/+0
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-30/+14