summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid_load.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2019-05-281-13/+1Star
|\
| * Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-281-2/+5
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-241-13/+1Star
* | | drm/edid: Fix a missing-check bug in drm_load_edid_firmware()Gen Zhang2019-05-241-0/+2
| |/ |/|
* | drm/edid: drmP.h include removalJani Nikula2019-05-061-2/+5
|/
* drm: add backwards compatibility support for drm_kms_helper.edid_firmwareJani Nikula2017-09-191-0/+16
* drm: move edid property update and add modes out of edid firmware loaderJani Nikula2017-02-211-13/+4Star
* Fix annoyingly awkward typo in drm_edid_load.cValdis Kletnieks2016-05-301-1/+1
* drm/edid: convert to use match_string() helperAndy Shevchenko2016-03-171-11/+6Star
* drm: Constify generic_edid_names[]Ville Syrjälä2015-09-081-1/+1
* dtrm/edid: Allow comma separated edid binaries. (v3)Bob Paauwe2015-09-081-8/+33
* drm: Add edid_corrupt flag for Displayport Link CTS 4.2.2.6Todd Previte2015-05-081-2/+5
* drm/edid: set ELD for firmware and debugfs override EDIDsJani Nikula2015-03-271-0/+1
* drm/edid: Deletion of an unnecessary check before the function call "release_...Markus Elfring2014-11-211-2/+1Star
* drm: replace drm_get_connector_name() with direct name field useJani Nikula2014-06-041-1/+1
* drm: Add 800x600 (SVGA) screen resolution to the built-in EDIDsDaniel Thompson2014-05-261-1/+20
* drm/edid: Make edid_load() return a void *Geert Uytterhoeven2013-12-181-2/+2
* drm: Try loading builtin EDIDs firstChris Wilson2013-10-091-54/+54
* drm: avoid warning in drm_load_edid_firmware()Linus Torvalds2013-07-101-3/+3
* drm: Cocci spatch "memdup.spatch"Thomas Meyer2013-06-111-2/+1Star
* drm: Add 1600x1200 (UXGA) screen resolution to the built-in EDIDsCarsten Emde2013-04-121-1/+20
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-12/+17
|\
| * drm/edid: limit printk when facing bad edidJerome Glisse2012-09-171-2/+4
| * drm: remove the raw_edid field from struct drm_display_infoJani Nikula2012-08-241-10/+13
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-4/+4
|/
* drm/edid: Fix potential memory leak in edid_load()Alexey Khoroshilov2012-08-101-3/+5
* drm: Don't initialize local ret variable when not neededLaurent Pinchart2012-05-221-4/+4
* drm/edid: fix collision between two patches breaking buildDave Airlie2012-04-301-2/+2
* drm: allow loading an EDID as firmware to override broken monitorCarsten Emde2012-03-201-0/+250