aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_mode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-13/+13
2014-02-05drm/mgag200: fix typo causing bw limits to be ignored on some chipsDave Airlie1-2/+2
2014-01-14drivers: gpu: Mark functions as static in mgag200_mode.cRashika1-3/+3
2013-11-08drm/mgag200: drop pointless info print.Dave Airlie1-2/+0
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-06-28drm/mgag200: Added resolution and bandwidth limits for various G200e products.Julia Lemire1-3/+67
2013-06-27Merge tag 'v3.10-rc7' into drm-nextDave Airlie1-4/+5
2013-06-17drm/mgag200: Hardware cursor supportChristopher Harvey1-0/+2
2013-06-03drm/mgag200: Add missing write to index before accessing data registerChristopher Harvey1-4/+5
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 Torvalds1-4/+3
2013-04-30drm/mgag200: Pass driver specific mga_device in driver functionsChristopher Harvey1-4/+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: Reject modes that are too big for VRAMChristopher Harvey1-0/+27
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula1-1/+0
2012-08-10drm/mgag200: fix G200ER pll picking algorithmDave Airlie1-5/+7
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-4/+4
2012-05-17mgag200: initial g200se driver (v2)Dave Airlie1-0/+1533