aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_mode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-25drm/mgag200: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2018-01-30drm/mgag200: fix a test in mga_vga_mode_valid()Dan Carpenter1-2/+2
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-08-04drm: mgag200: remove dead code and pointless local lut storagePeter Rosin1-47/+15
2017-06-15drm/mgag200: Fix to always set HiPri for G200e4 V2Mathieu Larouche1-1/+8
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter1-1/+2
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-1/+1
2017-01-23drm/mgag200: Added support for the new device G200eH3Mathieu Larouche1-19/+58
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-8/+8
2016-12-15drm: Nuke fb->depthVille Syrjälä1-3/+3
2016-12-14drm/mgag200: Add local 'fb' variableVille Syrjälä1-8/+9
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-4/+5
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst1-4/+5
2016-06-01drm/mgag200: Black screen fix for G200e rev 4Mathieu Larouche1-1/+9
2016-03-04drm/mgag200: removed optional dummy crtc mode_fixup function.Carlos Palminha1-13/+0
2016-02-16drm/mgag200: removed optional dummy encoder mode_fixup function.Carlos Palminha1-8/+0
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2015-12-15drm/mgag200: Constify function pointer structsVille Syrjälä1-2/+2
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-11-16drm/mgag200/mgag200_mode.c: fix wrong do_div() usageNicolas Pitre1-1/+1
2015-08-24drm/mgag200: Add support for a new rev of G200eMathieu Larouche1-25/+87
2015-08-24drm/mgag200: Add support for a new G200eW3 chipsetMathieu Larouche1-26/+74
2015-07-24Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-6/+3
2015-07-17drm/mgag200: remove unused variablesSudip Mukherjee1-6/+3
2015-06-16drm/mgag200: Reject non-character-cell-aligned mode widthsAdam Jackson1-0/+5
2015-04-07drm/mgag200: constify all struct drm_*_helper funcs pointersJani Nikula1-1/+1
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-08-06drm: Perform cmdline mode parsing during connector initialisationChris Wilson1-16/+5
2014-07-18drm/mgag200: use helpersRob Clark1-12/+2
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-1/+1
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