summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200/mgag200_mode.c
AgeCommit message (Expand)Author
2020-05-11drm/mgag200: Embed connector instance in struct mga_deviceThomas Zimmermann
2020-05-11drm/mgag200: Remove unused fields from struct mga_deviceThomas Zimmermann
2020-05-11drm/mgag200: Use managed mode-config initializationThomas Zimmermann
2020-05-11drm/mgag200: Remove several references to struct mga_device.devThomas Zimmermann
2020-05-11drm/mgag200: Convert struct drm_device to struct mga_device with helperThomas Zimmermann
2020-03-02drm/mgag200: Use simple encoderThomas Zimmermann
2019-12-05drm/mgag200: Don't include <drm/drm_pci.h>Thomas Zimmermann
2019-10-04drm/mgag200: Reserve video memory for cursor planeThomas Zimmermann
2019-10-04drm/mgag200: Rename cursor functions to use mgag200_ prefixThomas Zimmermann
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza
2019-07-31drm/mgag200: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz
2019-07-09drm/mgag200: Replace struct mga_fbdev with generic framebuffer emulationThomas Zimmermann
2019-06-30drm/mgag200: drop use of drmP.hSam Ravnborg
2019-06-27drm/mgag200: Replace struct mga_framebuffer with GEM framebuffer helpersThomas Zimmermann
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377Thomas Gleixner
2019-05-22drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann
2019-05-17drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas Zimmermann
2019-05-15drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann
2019-05-15drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|Thomas Zimmermann
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter
2018-04-25drm/mgag200: fix mode_valid's return typeLuc Van Oostenryck
2018-01-30drm/mgag200: fix a test in mga_vga_mode_valid()Dan Carpenter
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard
2017-08-04drm: mgag200: remove dead code and pointless local lut storagePeter Rosin
2017-06-15drm/mgag200: Fix to always set HiPri for G200e4 V2Mathieu Larouche
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2017-01-23drm/mgag200: Added support for the new device G200eH3Mathieu Larouche
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä
2016-12-15drm: Nuke fb->depthVille Syrjälä
2016-12-14drm/mgag200: Add local 'fb' variableVille Syrjälä
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst
2016-06-01drm/mgag200: Black screen fix for G200e rev 4Mathieu Larouche
2016-03-04drm/mgag200: removed optional dummy crtc mode_fixup function.Carlos Palminha
2016-02-16drm/mgag200: removed optional dummy encoder mode_fixup function.Carlos Palminha
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-12-15drm/mgag200: Constify function pointer structsVille Syrjälä
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-11-16drm/mgag200/mgag200_mode.c: fix wrong do_div() usageNicolas Pitre
2015-08-24drm/mgag200: Add support for a new rev of G200eMathieu Larouche
2015-08-24drm/mgag200: Add support for a new G200eW3 chipsetMathieu Larouche
2015-07-24Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-07-17drm/mgag200: remove unused variablesSudip Mukherjee
2015-06-16drm/mgag200: Reject non-character-cell-aligned mode widthsAdam Jackson
2015-04-07drm/mgag200: constify all struct drm_*_helper funcs pointersJani Nikula