index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mgag200
/
mgag200_mode.c
Age
Commit message (
Expand
)
Author
2016-06-09
Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-06-07
drm/core: Change declaration for gamma_set.
Maarten Lankhorst
2016-06-01
drm/mgag200: Black screen fix for G200e rev 4
Mathieu Larouche
2016-03-04
drm/mgag200: removed optional dummy crtc mode_fixup function.
Carlos Palminha
2016-02-16
drm/mgag200: removed optional dummy encoder mode_fixup function.
Carlos Palminha
2016-01-20
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-12-15
drm/mgag200: Constify function pointer structs
Ville Syrjälä
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
2015-11-16
drm/mgag200/mgag200_mode.c: fix wrong do_div() usage
Nicolas Pitre
2015-08-24
drm/mgag200: Add support for a new rev of G200e
Mathieu Larouche
2015-08-24
drm/mgag200: Add support for a new G200eW3 chipset
Mathieu Larouche
2015-07-24
Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-07-17
drm/mgag200: remove unused variables
Sudip Mukherjee
2015-06-16
drm/mgag200: Reject non-character-cell-aligned mode widths
Adam Jackson
2015-04-07
drm/mgag200: constify all struct drm_*_helper funcs pointers
Jani Nikula
2014-11-05
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
Daniel Vetter
2014-08-06
drm: Perform cmdline mode parsing during connector initialisation
Chris Wilson
2014-07-18
drm/mgag200: use helpers
Rob Clark
2014-06-19
drm: add register and unregister functions for connectors
Thomas Wood
2014-04-01
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
2014-02-05
drm/mgag200: fix typo causing bw limits to be ignored on some chips
Dave Airlie
2014-01-14
drivers: gpu: Mark functions as static in mgag200_mode.c
Rashika
2013-11-08
drm/mgag200: drop pointless info print.
Dave Airlie
2013-07-30
drm/mgag200: Fix LUT programming for 16bpp
Egbert Eich
2013-07-30
drm/mgag200: Fix framebuffer pitch calculation
Takashi Iwai
2013-07-30
drm/mgag200: Add sysfs support for connectors
Egbert Eich
2013-07-30
drm/mgag200: Add an crtc_disable callback to the crtc helper funcs
Egbert Eich
2013-06-28
drm/mgag200: Added resolution and bandwidth limits for various G200e products.
Julia Lemire
2013-06-27
Merge tag 'v3.10-rc7' into drm-next
Dave Airlie
2013-06-17
drm/mgag200: Hardware cursor support
Christopher Harvey
2013-06-03
drm/mgag200: Add missing write to index before accessing data register
Christopher Harvey
2013-05-13
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-05-13
drm/mgag200: Fix framebuffer base address programming
Christopher Harvey
2013-05-13
drm/mgag200: Convert counter delays to jiffies
Christopher Harvey
2013-05-13
drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL register
Christopher Harvey
2013-05-13
drm/mgag200: Don't change unrelated registers during modeset
Christopher Harvey
2013-05-02
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-04-30
drm/mgag200: Pass driver specific mga_device in driver functions
Christopher Harvey
2013-04-10
drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not decimal.
Christopher Harvey
2013-03-21
drm/mgag200: Bug fix: Modified pll algorithm for EH project
Julia Lemire
2013-03-08
drm/mgag200: Reject modes that are too big for VRAM
Christopher Harvey
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
2012-08-24
drm: remove the raw_edid field from struct drm_display_info
Jani Nikula
2012-08-10
drm/mgag200: fix G200ER pll picking algorithm
Dave Airlie
2012-07-19
drm: Make the .mode_fixup() operations mode argument a const pointer
Laurent Pinchart
2012-05-17
mgag200: initial g200se driver (v2)
Dave Airlie