summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/rcar-du: Use struct videomode in platform dataLaurent Pinchart2014-09-158-64/+51
| * video: Add DT bindings for the R-Car Display UnitLaurent Pinchart2014-09-151-0/+84
| * video: Add THC63LVDM83D DT bindings documentationLaurent Pinchart2014-09-151-0/+50
| * video: Add ADV7123 DT bindings documentationLaurent Pinchart2014-09-151-0/+50
| * video: Add DT binding documentation for VGA connectorLaurent Pinchart2014-09-151-0/+36
| * devicetree: Add vendor prefix "thine" to vendor-prefixes.txtLaurent Pinchart2014-09-151-0/+1
| * devicetree: Add vendor prefix "mitsubishi" to vendor-prefixes.txtLaurent Pinchart2014-09-151-0/+1
| * drm/shmob: Update copyright noticeLaurent Pinchart2014-09-1511-11/+11
| * drm/rcar-du: Update copyright noticeLaurent Pinchart2014-09-1518-18/+18
* | drm/ttm: make sure format string cannot leak inKees Cook2014-09-171-1/+2
* | drm/tilcdc: panel: Add support for enable GPIOEzequiel Garcia2014-09-172-5/+34
* | drm/tilcdc: panel: Set return value explicitlyEzequiel Garcia2014-09-171-1/+3
* | drm/tilcdc: panel: Fix backlight devicetree supportEzequiel Garcia2014-09-172-5/+23
* | drm/tilcdc: panel: Use devm_kzalloc to simplify the error pathEzequiel Garcia2014-09-171-3/+1
* | drm/tilcdc: panel: Spurious whitespace removalEzequiel Garcia2014-09-171-1/+0
* | drm/tilcdc: panel: Remove unused variableEzequiel Garcia2014-09-171-2/+0
* | drm/tilcdc: panel: Add missing of_node_putEzequiel Garcia2014-09-171-0/+3
* | drm/tilcdc: Fix the error path in tilcdc_load()Ezequiel Garcia2014-09-171-10/+50
* | Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-09-1640-1488/+2911
|\ \
| * | drm/i915: Update DRIVER_DATE to 20140905Daniel Vetter2014-09-051-1/+1
| * | drm/i915: Decouple the stuck pageflip on modesetChris Wilson2014-09-051-3/+13
| * | drm/i915: Check for a stalled page flip after each vblankChris Wilson2014-09-054-98/+167
| * | drm/i915: Introduce a for_each_plane() macroDamien Lespiau2014-09-041-0/+2
| * | drm/i915: Rewrite ABS_DIFF() in a safer mannerDamien Lespiau2014-09-041-5/+9
| * | drm/i915: Add comments explaining the vdd on/off functionsVille Syrjälä2014-09-041-0/+35
| * | drm/i915: Move DP port disable to post_disable for pch platformsVille Syrjälä2014-09-041-9/+7
| * | drm/i915: Enable DP port earlierVille Syrjälä2014-09-041-72/+100
| * | drm/i915: Turn on panel power before doing aux transfersVille Syrjälä2014-09-041-2/+2
| * | drm/i915: Be more careful when picking the initial power sequencer pipeVille Syrjälä2014-09-041-3/+38
| * | drm/i915: Reset power sequencer pipe tracking when disp2d is offVille Syrjälä2014-09-043-57/+107
| * | drm/i915: Track which port is using which pipe's power sequencerVille Syrjälä2014-09-042-25/+175
| * | drm/i915: Fix edp vdd lockingVille Syrjälä2014-09-043-13/+104
| * | drm/i915: Reset the HEAD pointer for the ring after writing STARTChris Wilson2014-09-041-0/+8
| * | drm/i915: Fix unsafe vma iteration in i915_drop_cachesChris Wilson2014-09-041-6/+11
| * | drm/i915: init sprites with univeral plane init functionDerek Foreman2014-09-031-4/+4
| * | drm/i915: Check of !HAS_PCH_SPLIT() in PCH transcoder funcsVille Syrjälä2014-09-031-2/+2
| * | drm/i915: Use HAS_GMCH_DISPLAY un underrun reporting codeVille Syrjälä2014-09-032-2/+2
| * | drm/i915: Use IS_BROADWELL() instead of IS_GEN8() in forcewake codeVille Syrjälä2014-09-031-3/+3
| * | drm/i915: Don't call gen8_fbc_sw_flush() on chvVille Syrjälä2014-09-031-1/+6
| * | drm/i915: Remove shadowed local variable 'i' from i915_interrupt_infoChris Wilson2014-09-031-1/+0
| * | drm/i915: Rename global latency_ns variableChris Wilson2014-09-031-18/+18
| * | drm/i915: Don't restrict i915_wa_registers to BDWDamien Lespiau2014-09-031-5/+0
| * | drm/i915: Remove unneeded bracketsDamien Lespiau2014-09-031-1/+1
| * | drm/i915: Don't silently discard workaroundsDamien Lespiau2014-09-031-1/+1
| * | drm/i915: Don't overrun the intel_wa_regs arrayDamien Lespiau2014-09-031-1/+1
| * | drm/i915: Rename intel_wa_registers with a i915_ prefixDamien Lespiau2014-09-031-2/+2
| * | drm/i915: change CHV write_eld/global_resources function pointersPaulo Zanoni2014-09-031-1/+1
| * | drm/i915/hdmi: Cache EDID for a detection cycleChris Wilson2014-09-031-65/+80
| * | drm/i915/dp: Cache EDID for a detection cycleChris Wilson2014-09-032-67/+90
| * | drm/i915/dp: Refactor common eDP lid detectionChris Wilson2014-09-031-21/+17