summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_edid_load.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-02drm/print: add drm_debug_enabled()Jani Nikula1-1/+1
2019-05-28Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-13/+1
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+5
2019-05-24drm/edid: Fix a missing-check bug in drm_load_edid_firmware()Gen Zhang1-0/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-13/+1
2019-05-06drm/edid: drmP.h include removalJani Nikula1-2/+5
2017-09-19drm: add backwards compatibility support for drm_kms_helper.edid_firmwareJani Nikula1-0/+16
2017-02-21drm: move edid property update and add modes out of edid firmware loaderJani Nikula1-13/+4
2016-05-30Fix annoyingly awkward typo in drm_edid_load.cValdis Kletnieks1-1/+1
2016-03-17drm/edid: convert to use match_string() helperAndy Shevchenko1-11/+6
2015-09-08drm: Constify generic_edid_names[]Ville Syrjälä1-1/+1
2015-09-08dtrm/edid: Allow comma separated edid binaries. (v3)Bob Paauwe1-8/+33
2015-05-08drm: Add edid_corrupt flag for Displayport Link CTS 4.2.2.6Todd Previte1-2/+5
2015-03-27drm/edid: set ELD for firmware and debugfs override EDIDsJani Nikula1-0/+1
2014-11-21drm/edid: Deletion of an unnecessary check before the function call "release_...Markus Elfring1-2/+1
2014-06-04drm: replace drm_get_connector_name() with direct name field useJani Nikula1-1/+1
2014-05-26drm: Add 800x600 (SVGA) screen resolution to the built-in EDIDsDaniel Thompson1-1/+20
2013-12-18drm/edid: Make edid_load() return a void *Geert Uytterhoeven1-2/+2
2013-10-09drm: Try loading builtin EDIDs firstChris Wilson1-54/+54
2013-07-10drm: avoid warning in drm_load_edid_firmware()Linus Torvalds1-3/+3
2013-06-11drm: Cocci spatch "memdup.spatch"Thomas Meyer1-2/+1
2013-04-12drm: Add 1600x1200 (UXGA) screen resolution to the built-in EDIDsCarsten Emde1-1/+20
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-12/+17
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-4/+4
2012-09-17drm/edid: limit printk when facing bad edidJerome Glisse1-2/+4
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula1-10/+13
2012-08-10drm/edid: Fix potential memory leak in edid_load()Alexey Khoroshilov1-3/+5
2012-05-22drm: Don't initialize local ret variable when not neededLaurent Pinchart1-4/+4
2012-04-30drm/edid: fix collision between two patches breaking buildDave Airlie1-2/+2
2012-03-20drm: allow loading an EDID as firmware to override broken monitorCarsten Emde1-0/+250