Age | Commit message (Expand) | Author | Files | Lines |
2015-08-24 | Merge tag 'v4.2-rc8' into drm-next | Dave Airlie | 3 | -36/+28 |
2015-08-19 | drm/i915: Avoid TP3 on CHV | Thulasimani,Sivakumar | 1 | -8/+22 |
2015-08-19 | drm/i915: remove HBR2 from chv supported list | Thulasimani,Sivakumar | 1 | -3/+4 |
2015-08-19 | Revert "drm/i915: Add eDP intermediate frequencies for CHV" | Thulasimani,Sivakumar | 1 | -6/+0 |
2015-08-19 | Revert "drm/i915: Allow parsing of variable size child device entries from VBT" | Jani Nikula | 1 | -23/+4 |
2015-08-17 | drm/i915: Flag the execlists context object as dirty after every use | Chris Wilson | 1 | -0/+2 |
2015-08-17 | Merge tag 'drm-intel-next-fixes-2015-08-16' of git://anongit.freedesktop.org/... | Dave Airlie | 42 | -1435/+2006 |
2015-08-17 | Merge tag 'v4.2-rc7' into drm-next | Dave Airlie | 6 | -21/+76 |
2015-08-14 | drm/i915: Per-DDI I_boost override | Antti Koskipaa | 4 | -8/+63 |
2015-08-14 | Merge tag 'drm-intel-fixes-2015-08-14' into drm-intel-next-fixes | Daniel Vetter | 7 | -22/+79 |
2015-08-14 | drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A | Jani Nikula | 1 | -2/+1 |
2015-08-14 | drm/i915: fix checksum write for automated test reply | Thulasimani,Sivakumar | 1 | -1/+8 |
2015-08-14 | drm/i915: Contain the WA_REG macro | Mika Kuoppala | 1 | -2/+2 |
2015-08-14 | drm/i915: Remove the failed context from the fpriv->context_idr | Chris Wilson | 1 | -0/+1 |
2015-08-14 | drm/i915: Report IOMMU enabled status for GPU hangs | Chris Wilson | 2 | -0/+6 |
2015-08-14 | drm/i915: Check idle to active before processing CSQ | Mika Kuoppala | 1 | -0/+3 |
2015-08-14 | drm/i915: Set alternate aux for DDI-E | Rodrigo Vivi | 4 | -8/+56 |
2015-08-14 | drm/i915: Set power domain for DDI-E | Rodrigo Vivi | 1 | -0/+1 |
2015-08-14 | drm/i915: fix stolen bios_reserved checks | Paulo Zanoni | 2 | -23/+159 |
2015-08-14 | drm/i915: Use masked write for Context Status Buffer Pointer | Mika Kuoppala | 1 | -1/+1 |
2015-08-14 | drm/i915/skl WaDisableSbeCacheDispatchPortSharing | Mika Kuoppala | 1 | -0/+7 |
2015-08-14 | drm/i915: Spam less on dp aux send/receive problems | Mika Kuoppala | 1 | -2/+9 |
2015-08-14 | drm/i915: Handle return value in intel_pin_and_fence_fb_obj, v2. | Maarten Lankhorst | 1 | -1/+12 |
2015-08-14 | drm/i915: Only update mode related state if a modeset happened. | Maarten Lankhorst | 1 | -23/+7 |
2015-08-14 | drm/i915: Remove connectors_active. | Maarten Lankhorst | 2 | -37/+1 |
2015-08-14 | drm/i915: Remove connectors_active from intel_dp.c, v2. | Maarten Lankhorst | 1 | -5/+2 |
2015-08-14 | drm/i915: Remove connectors_active from sanitization, v2. | Maarten Lankhorst | 1 | -3/+14 |
2015-08-14 | drm/i915: Get rid of dpms handling. | Maarten Lankhorst | 11 | -245/+11 |
2015-08-14 | drm/i915: Make crtc checking use the atomic state, v2. | Maarten Lankhorst | 1 | -62/+56 |
2015-08-14 | drm/i915: Remove connectors_active from state checking. | Maarten Lankhorst | 1 | -11/+10 |
2015-08-14 | drm/i915: Remove some unneeded checks from check_crtc_state. | Maarten Lankhorst | 1 | -18/+1 |
2015-08-14 | drm/i915: Convert connector checking to atomic, v3. | Maarten Lankhorst | 1 | -33/+34 |
2015-08-14 | drm/i915: Update atomic state when removing mst connector, v3. | Maarten Lankhorst | 2 | -12/+12 |
2015-08-14 | drm/i915: Validate the state after an atomic modeset only, and pass the state. | Maarten Lankhorst | 5 | -13/+6 |
2015-08-14 | drm/i915: Make the force_thru workaround atomic, v2. | Maarten Lankhorst | 2 | -58/+27 |
2015-08-13 | drm/i915: Commit planes on each crtc separately. | Maarten Lankhorst | 2 | -42/+14 |
2015-08-13 | drm/i915: calculate primary visibility changes instead of calling from set_co... | Maarten Lankhorst | 1 | -39/+7 |
2015-08-13 | drm/i915: Only dither on 6bpc panels | Daniel Vetter | 1 | -1/+3 |
2015-08-12 | drm/plane: Use consistent data types for format count | Thierry Reding | 1 | -1/+1 |
2015-08-11 | drm/i915: Use CONFIG_DRM_FBDEV_EMULATION | Daniel Vetter | 7 | -23/+8 |
2015-08-08 | Merge tag 'drm-intel-fixes-2015-08-07' of git://anongit.freedesktop.org/drm-i... | Linus Torvalds | 1 | -4/+23 |
2015-08-06 | drm/i915: Allow parsing of variable size child device entries from VBT | David Weinehall | 1 | -4/+23 |
2015-08-06 | Merge tag 'topic/drm-misc-2015-07-28' into drm-intel-next-queued | Daniel Vetter | 12 | -43/+176 |
2015-08-06 | drm/i915: Use new drm_fb_helper functions | Archit Taneja | 1 | -28/+12 |
2015-08-06 | drm/fbdev: Return -EBUSY when oopsing | Daniel Vetter | 1 | -21/+0 |
2015-08-05 | drm/i915: disable_shared_pll doesn't work on pre-gen5 | Jesse Barnes | 1 | -1/+3 |
2015-08-05 | drm/i915:skl: Add WaEnableGapsTsvCreditFix | Arun Siluvery | 2 | -0/+9 |
2015-08-05 | drm/i915/gen9: Removed byte swapping for csr firmware | Animesh Manna | 2 | -13/+5 |
2015-08-05 | drm/i915: read bpp from vbt only for older panels | Thulasimani,Sivakumar | 1 | -1/+4 |
2015-08-05 | drm/i915/skl: send opregion_nofify_adapter(PCI_D1) instead of PCI_D3 | Paulo Zanoni | 1 | -11/+9 |