Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
219adae138513bae20b256f1946b9cb3b75ca05c
/
drivers
/
gpu
/
drm
/
i915
/
intel_lvds.c
219adae
drm/i915: Cache LVDS EDID
by Chris Wilson
· 14 years ago
e9e5f8e
Merge branch 'drm-intel-fixes' into HEAD
by Chris Wilson
· 14 years ago
f899fc6
drm/i915: use GMBUS to manage i2c links
by Chris Wilson
· 14 years ago
890f335
drm/i915/i2c: Track the parent encoder rather than just the dev
by Chris Wilson
· 14 years ago
930a9e2
drm: Use a nondestructive mode for output detect when polling (v2)
by Chris Wilson
· 14 years ago
7b334fc
drm: Use a nondestructive mode for output detect when polling
by Chris Wilson
· 14 years ago
788319d
drm/i915/lvds: Move private data to the connector from the device.
by Chris Wilson
· 14 years ago
8aadf70
drm/i915/lvds: Remove incorrect mode locking
by Chris Wilson
· 14 years ago
e9e331a
drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitter
by Chris Wilson
· 14 years ago
c9f9ccc
drm/i915/lvds: Remove busy wait for powering up the panel.
by Chris Wilson
· 14 years ago
77d07fd
drm/i915/lvds: Remove busy wait for powering down the panel
by Chris Wilson
· 14 years ago
df0e924
drm/i915: Make the connector->encoder relationship explicit
by Chris Wilson
· 14 years ago
f875c15
drm/i915: Use the direct mapping of pipe->crtc
by Chris Wilson
· 14 years ago
4ef69c7
drm/i915: Rename intel_encoder->enc to base for consistency
by Chris Wilson
· 14 years ago
309b1e3
drm/i915: Don't disable panel for modesetting if pfit hasn't changed
by Matthew Garrett
· 15 years ago
a957355
drm/i915: Refactor panel backlight controls
by Chris Wilson
· 14 years ago
425904d
drm/i915: Addin-offset is an unreliable indicator of LVDS presence (v2)
by Chris Wilson
· 14 years ago
481b6af
drm/i915: Drop the msleep parameter to wait_for()
by Chris Wilson
· 14 years ago
12e8ba2
Revert "drm/i915: Allow LVDS on pipe A on gen4+"
by Chris Wilson
· 14 years ago
913d8d1
drm/i915: Ensure that while(INREG()) are bounded (v2)
by Chris Wilson
· 14 years ago
1d8e1c7
drm/i915: Enable aspect/centering panel fitting for Ironlake.
by Chris Wilson
· 14 years ago
ea5b213
drm/i915: Subclass intel_encoder.
by Chris Wilson
· 14 years ago
49be663
drm/i915: Refactor panel fitting on the LVDS. (v2)
by Chris Wilson
· 14 years ago
7167704
drm/i915: Remove the redundant check for a fixed_panel_mode
by Chris Wilson
· 14 years ago
0544edf
gpu/drm/i915: Add a blacklist to omit modeset on LID open
by Thomas Bächler
· 14 years ago
dd1ea37
drm/i915: change default panel fitting mode to preserve aspect ratio
by Jesse Barnes
· 14 years ago
97921a5
Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-next
by Dave Airlie
· 15 years ago
13bd8e4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
bb8a356
drm/i915: convert LVDS driver to new encoder/connector structure
by Zhenyu Wang
· 15 years ago
0f3ee80
drm/i915: Allow LVDS on pipe A on gen4+
by Adam Jackson
· 15 years ago
6443170
drm/i915: Remove dead KMS encoder save/restore code.
by Eric Anholt
· 15 years ago
bfac4d6
drm/i915: Ignore LVDS EDID when it is unavailabe or invalid
by Zhao Yakui
· 15 years ago
335af9a
drm/i915: change intel_ddc_get_modes() function parameters
by Zhenyu Wang
· 15 years ago
9875557ee8
drm/i915: Add no_lvds entry for the Clientron U800
by Stefan Bader
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
21d40d3
drm/i915: Rename intel_output to intel_encoder.
by Eric Anholt
· 15 years ago
6e6c822
drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.
by Eric Anholt
· 15 years ago
469d129
drm/i915: enable/disable LVDS port at DPMS time
by Jesse Barnes
· 15 years ago
c619eed
drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.
by Eric Anholt
· 15 years ago
bad720f
drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.
by Eric Anholt
· 15 years ago
30d6c72
Merge remote branch 'anholt/drm-intel-next' into drm-next-stage
by Dave Airlie
· 15 years ago
7b9c5ab
drm/i915: give up on 8xx lid status
by Jesse Barnes
· 15 years ago
1379d2f
ACPI, i915: blacklist Clevo M5x0N bad_lid state
by Zhang Rui
· 15 years ago
67026e0
drm/i915: slow acpi_lid_open() causes flickering - V2
by Thomas Meyer
· 15 years ago
f034b12
drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
by Zhao Yakui
· 15 years ago
3381434
drm/i915: disable LVDS downclock by default
by Jesse Barnes
· 15 years ago
40f33a9
drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
by Zhao Yakui
· 15 years ago
a256537
drm/i915: Update LVDS connector status when receiving ACPI LID event
by Zhao Yakui
· 15 years ago
a3cb519
drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
by Zhao Yakui
· 15 years ago
11ba159
drm/i915: Don't check for lid presence when detecting LVDS
by Matthew Garrett
· 15 years ago
3ef884b
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
f2b115e
drm/i915: Fix product names and #defines
by Adam Jackson
· 15 years ago
6e36595
drm/i915: Declare the new VBT parsing functions as static
by Zhao Yakui
· 15 years ago
38b3037
drm/i915: Fix LVDS presence check
by Adam Jackson
· 15 years ago
7cf4f69
drm/i915: Don't set up the LVDS if it isn't in the BIOS device table.
by Zhao Yakui
· 15 years ago
1991bdf
drm/i915: handle failure path correctly for lvds
by Shaohua Li
· 15 years ago
18f9ed1
drm/i915: Enable LVDS downclock feature through EDID.
by Zhao Yakui
· 15 years ago
2263576
ACPICA: Add post-order callback to acpi_walk_namespace
by Lin Ming
· 15 years ago
28c9773
drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS
by Zhao Yakui
· 15 years ago
91d3f9b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
c9354c8
i915: fix intel graphics suspend breakage due to resume/lid event confusion
by Linus Torvalds
· 15 years ago
a3e17eb
drm/i915: Set the LVDS_BORDER when using LVDS scaling mode
by Zhao Yakui
· 15 years ago
7121413
drm/i915: blacklist Acer AspireOne lid status
by Jesse Barnes
· 15 years ago
06891e2
drm/i915: fix suspend/resume breakage in lid notifier
by Jesse Barnes
· 15 years ago
8dd81a3
drm/i915: Fix LVDS panel fitting on Arrandale
by Zhenyu Wang
· 15 years ago
0632419
drm/i915: generate a KMS uevent at lid open/close time
by Jesse Barnes
· 15 years ago
b42d4c5
drm/i915: use ACPI LID status for LVDS ->detect hook
by Jesse Barnes
· 15 years ago
c1c7af6
drm/i915: force mode set at lid open time
by Jesse Barnes
· 15 years ago
11670d3
Merge intel drm-intel-next branch
by Dave Airlie
· 15 years ago
f8aed70
drm/i915: Set crtc/clone mask in different output devices
by Ma Ling
· 15 years ago
51c8b40
Merge Linus master to drm-next
by Dave Airlie
· 15 years ago
53bd838
drm: clarify scaling property names
by Jesse Barnes
· 15 years ago
8a4c47f
drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODE
by Zhao Yakui
· 15 years ago
32f9d65
drm/i915: Add eDP support on IGDNG mobile chip
by Zhenyu Wang
· 15 years ago
ed8c754
drm/i915: ignore lvds on AOpen Mini PC MP-915
by Tormod Volden
· 15 years ago
e99da35
drm/i915: Check the LID device to decide whether the LVDS should be initialized
by Zhao Yakui
· 15 years ago
1ae8c0a
drm/i915: Make driver less chatty
by Keith Packard
· 15 years ago
aa0261f
drm/i915: Don't change the blank/sync width when calculating scaled modes
by Zhao Yakui
· 15 years ago
3fbe18d
drm/i915: Add support for changing LVDS panel fitting using an output property.
by Zhao Yakui
· 15 years ago
98acd46
drm/i915: Apple DMI info has inconsistent SYS_VENDOR information
by Keith Packard
· 15 years ago
6b70246
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
7fb85bf
drm/i915: replace DRM_DEBUG with DRM_DEBUG_KMS in intel_lvds
by yakui_zhao
· 15 years ago
fa0864b
drm/i915: Skip lvds with Aopen i945GTt-VFA
by Michael Cousin
· 15 years ago
70aa96c
drm/i915: add ignore lvds quirk info for AOpen Mini PC
by Jarod Wilson
· 16 years ago
541998a
drm/i915: Add LVDS support for IGDNG
by Zhenyu Wang
· 15 years ago
93c05f2
drm/i915: intel_lvds.c fix section mismatch
by Jaswinder Singh Rajput
· 15 years ago
c9fb15f
drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms.
by Keith Packard
· 15 years ago
8863170
drm/i915: Fetch SDVO LVDS mode lines from VBT, then reserve them
by Ma Ling
· 16 years ago
425d244
drm/i915: ignore LVDS on intel graphics systems that lie about having it
by Jarod Wilson
· 16 years ago
2b5cde2
drm/i915: Fix LVDS dither setting
by Li Peng
· 16 years ago
67eabc0
drm/i915: Don't add panel_fixed_mode to the probed modes list at LVDS init.
by Steve Aarnio
· 16 years ago
565dcd4
drm/i915: skip LVDS initialization on Apple Mac Mini
by Paul Collins
· 16 years ago
ac048e1
i915: fix unneeded locking in i915 LVDS get modes code.
by Dave Airlie
· 16 years ago
726a669
drivers/gpu/drm/i915/intel_lvds.c: fix locking snafu
by Andrew Morton
· 16 years ago
335041e
drm/i915: hook up LVDS DPMS property
by Jesse Barnes
· 16 years ago
e285f3c
drm/i915: make LVDS fixed mode a preferred mode
by Jesse Barnes
· 16 years ago
79e5394
DRM: i915: add mode setting support
by Jesse Barnes
· 16 years ago