aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-15drm/i915: Clear shared dpll based on old state, v2.Maarten Lankhorst1-13/+8
2016-02-15Revert "drm/i915: fix context/engine cleanup order"Daniel Vetter3-15/+14
2016-02-15drm/i915: Don't ERROR for an expected intel_rcs_ctx_init() interruptionChris Wilson1-2/+2
2016-02-14drm/i915: Update DRIVER_DATE to 20160214Daniel Vetter1-1/+1
2016-02-12drm/i915: edp resume/On time optimization.Abhay Kumar2-6/+15
2016-02-12Merge tag 'topic/drm-misc-2016-02-12' into drm-intel-next-queuedDaniel Vetter9689-203580/+433538
2016-02-11drm/msm: remove unused variableArnd Bergmann1-1/+0
2016-02-11agp/intel-gtt: Only register fake agp driver for gen1Daniel Vetter1-12/+12
2016-02-11drm/i915: TV pixel clock checkMika Kahola1-0/+4
2016-02-11drm/i915: CRT pixel clock checkMika Kahola1-0/+4
2016-02-11drm/i915: SDVO pixel clock checkMika Kahola1-0/+4
2016-02-11drm/i915: DisplayPort-MST pixel clock checkMika Kahola1-0/+5
2016-02-11drm/i915: HDMI pixel clock checkMika Kahola1-0/+8
2016-02-11drm/i915: DisplayPort pixel clock checkMika Kahola1-1/+2
2016-02-11drm/bridge: removed dummy mode_fixup function from dw-hdmi.Carlos Palminha1-8/+0
2016-02-11drm/i2c/tda998x: removed unnecessary code, mode_fixup is now optional.Carlos Palminha1-9/+0
2016-02-11drm/i2c/sil164: removed unnecessary code, mode_fixup is now optional.Carlos Palminha1-9/+0
2016-02-11apple-gmux: Fix build breakage if !CONFIG_ACPILukas Wunner1-1/+12
2016-02-11drm: fixes crct set_mode when encoder mode_fixup is null.Carlos Palminha2-5/+7
2016-02-11drm/i915: check that rpm ref is held when accessing ringbuf in stolen memDaniele Ceraolo Spurio1-0/+3
2016-02-10drm: fixes when i2c encoder slave mode_fixup is null.Carlos Palminha1-0/+3
2016-02-10drm/i915: fix error path in intel_setup_gmbus()Rasmus Villemoes1-1/+1
2016-02-10drm/i915: Stop depending upon CONFIG_AGP_INTELDaniel Vetter1-2/+0
2016-02-10agp/intel-gtt: Don't leak the scratch pageDaniel Vetter1-2/+6
2016-02-10drm/i915: Capture PCI revision and subsytem details in error stateArun Siluvery1-0/+4
2016-02-10drm/i915: fix context/engine cleanup orderNick Hoath3-14/+15
2016-02-10drm/i915: Handle PipeC fused off on IVB/HSW/BDWGabriel Feceoru2-0/+4
2016-02-10drm/i915/skl: Fix typo in DPLL_CFGCR1 definitionLyude1-1/+1
2016-02-10drm/gma500: fix error path in gma_intel_setup_gmbus()Rasmus Villemoes1-1/+1
2016-02-09drm: Add drm_format_plane_width() and drm_format_plane_height()Ville Syrjälä2-0/+44
2016-02-09drm/msm: remove the drm_device_is_unplugged checkHaixia Shi1-3/+0
2016-02-09drm: modes: add missing [drm] to message printingLABBE Corentin1-2/+1
2016-02-09ch7006: correctly handling failed allocationInsu Yun1-0/+2
2016-02-09drm/i915: Skip DDI PLL selection for DSIMika Kahola1-2/+7
2016-02-09drm/radeon: Defer probe if gmux is present but its driver isn'tLukas Wunner1-0/+11
2016-02-09drm/nouveau: Defer probe if gmux is present but its driver isn'tLukas Wunner1-0/+11
2016-02-09drm/i915: Defer probe if gmux is present but its driver isn'tLukas Wunner1-0/+12
2016-02-09apple-gmux: Add helper for presence detectLukas Wunner3-1/+45
2016-02-09drm/radeon: Switch DDC when reading the EDIDLukas Wunner1-0/+6
2016-02-09drm/nouveau: Switch DDC when reading the EDIDLukas Wunner1-1/+20
2016-02-09drm/i915: Switch DDC when reading the EDIDLukas Wunner1-1/+7
2016-02-09drm/edid: Switch DDC when reading the EDIDLukas Wunner2-0/+28
2016-02-09apple-gmux: Add switch_ddc supportLukas Wunner1-3/+42
2016-02-09apple-gmux: Track switch stateLukas Wunner1-21/+46
2016-02-09vga_switcheroo: Add support for switching only the DDCLukas Wunner2-2/+103
2016-02-09vga_switcheroo: Add handler flags infrastructureLukas Wunner7-7/+54
2016-02-09drm/atomic: Add encoder_mask to crtc_state, v3.Maarten Lankhorst3-3/+55
2016-02-09drm/atomic: Do not unset crtc when an encoder is stolenMaarten Lankhorst1-4/+0
2016-02-09drm/i915: Do not touch best_encoder for load detect.Maarten Lankhorst1-2/+0
2016-02-09drm/core: Add drm_for_each_encoder_mask, v2.Maarten Lankhorst1-0/+11