summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave 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 ha...Maarten 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
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter1-19/+3
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter1-0/+5
2013-01-21drivers/gpu/drm/mgag200: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-20drm: revamp framebuffer cleanup interfacesDaniel Vetter1-0/+1
2013-01-20drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter1-8/+0
2013-01-20drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter1-3/+5
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-2/+1
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst1-5/+5
2012-11-20drm/mgag200: remove unneeded aper->count assignment after alloc_apertures()Tommi Rantala1-1/+0
2012-11-20drm/mgag200: free memory allocated with alloc_apertures()Tommi Rantala1-0/+1
2012-11-20drm/mgag200: check alloc_apertures() success in mga_vram_init()Tommi Rantala1-0/+2