Age | Commit message (Expand) | Author | Files | Lines |
2013-08-30 | Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet... | Dave Airlie | 25 | -385/+1035 |
2013-08-30 | drm: Advertise async page flip ability through GETCAP ioctl | Keith Packard | 2 | -0/+6 |
2013-08-30 | drm: Pass page flip ioctl flags to driver | Keith Packard | 15 | -23/+43 |
2013-08-30 | drm/omap: tiler: clear buffer properly | Dan Carpenter | 1 | -1/+1 |
2013-08-30 | drm/prime: Remove PRIME handles only if supported | Thierry Reding | 1 | -2/+4 |
2013-08-30 | drm/prime: double lock typo | Dan Carpenter | 1 | -1/+1 |
2013-08-30 | drm/vmwgfx: fix error return code in vmw_driver_load() | Wei Yongjun | 1 | -1/+3 |
2013-08-30 | drm: implement experimental render nodes | David Herrmann | 6 | -13/+51 |
2013-08-30 | video/hdmi: Rename HDMI_IDENTIFIER to HDMI_IEEE_OUI | Lespiau, Damien | 2 | -3/+3 |
2013-08-30 | drm/i915/hdmi: Write HDMI vendor specific infoframes | Lespiau, Damien | 2 | -0/+30 |
2013-08-30 | drm: Add a helper to forge HDMI vendor infoframes | Lespiau, Damien | 1 | -0/+36 |
2013-08-30 | video/hdmi: Use hdmi_vendor_infoframe for the HDMI specific infoframe | Lespiau, Damien | 2 | -15/+16 |
2013-08-30 | video/hdmi: Hook the HDMI vendor infoframe with the generic _pack() | Lespiau, Damien | 1 | -36/+10 |
2013-08-30 | drm/edid: Move HDMI_IDENTIFIER to hdmi.h | Lespiau, Damien | 1 | -1/+0 |
2013-08-30 | gpu: host1x: Port the HDMI vendor infoframe code the common helpers | Lespiau, Damien | 1 | -20/+4 |
2013-08-30 | video/hdmi: Introduce helpers for the HDMI vendor specific infoframe | Lespiau, Damien | 1 | -0/+90 |
2013-08-30 | video/hdmi: Derive the bar data valid bit from the bar data fields | Lespiau, Damien | 1 | -2/+3 |
2013-08-30 | video/hdmi: Don't let the user of this API create invalid infoframes | Lespiau, Damien | 2 | -2/+5 |
2013-08-30 | drm: Add support for alternate clocks of 4k modes | Lespiau, Damien | 1 | -6/+62 |
2013-08-30 | drm/edid: Parse the HDMI CEA block and look for 4k modes | Lespiau, Damien | 1 | -15/+109 |
2013-08-30 | drm/edid: Fix add_cea_modes() style issues | Lespiau, Damien | 1 | -5/+7 |
2013-08-30 | drm: Don't export drm_find_cea_extension() any more | Lespiau, Damien | 1 | -3/+2 |
2013-08-29 | nouveau: add runtime PM support (v0.9) | Dave Airlie | 13 | -43/+404 |
2013-08-29 | drm: allow open of dynamic off devices. | Dave Airlie | 1 | -1/+1 |
2013-08-29 | gpu/vga_switcheroo: add driver control power feature. (v3) | Dave Airlie | 4 | -8/+145 |
2013-08-28 | Merge branch 'drm-next' of git://people.freedesktop.org/~robclark/linux into ... | Dave Airlie | 45 | -0/+14636 |
2013-08-27 | drm: verify vma access in TTM+GEM drivers | David Herrmann | 6 | -6/+18 |
2013-08-27 | drm/gem: implement vma access management | David Herrmann | 1 | -0/+17 |
2013-08-27 | drm/vma: add access management helpers | David Herrmann | 2 | -0/+156 |
2013-08-24 | drm/msm: add basic hangcheck/recovery mechanism | Rob Clark | 5 | -5/+87 |
2013-08-24 | drm/msm: add a3xx gpu support | Rob Clark | 14 | -16/+2487 |
2013-08-24 | drm/msm: add register definitions for gpu | Rob Clark | 4 | -0/+4317 |
2013-08-24 | drm/msm: basic KMS driver for snapdragon | Rob Clark | 26 | -0/+5483 |
2013-08-24 | drm/msm: add register definitions | Rob Clark | 6 | -0/+2283 |
2013-08-23 | drm/i915: Print seqnos as unsigned in debugfs | Ville Syrjälä | 1 | -1/+1 |
2013-08-23 | drm/i915: Fix context size calculation on SNB/IVB/VLV | Ville Syrjälä | 1 | -8/+15 |
2013-08-23 | drm/i915: Use POSTING_READ in lcpll code | Daniel Vetter | 1 | -1/+2 |
2013-08-23 | drm/i915: enable Package C8+ by default | Paulo Zanoni | 1 | -2/+2 |
2013-08-23 | drm/i915: add i915.pc8_timeout function | Paulo Zanoni | 3 | -1/+6 |
2013-08-23 | drm/i915: add i915_pc8_status debugfs file | Paulo Zanoni | 1 | -0/+26 |
2013-08-23 | drm/i915: allow package C8+ states on Haswell (disabled) | Paulo Zanoni | 10 | -2/+390 |
2013-08-23 | drm/i915: fix SDEIMR assertion when disabling LCPLL | Paulo Zanoni | 1 | -6/+2 |
2013-08-23 | drm/i915: grab force_wake when restoring LCPLL | Paulo Zanoni | 1 | -0/+6 |
2013-08-23 | drm/i915: drop WaMbcDriverBootEnable workaround | Jesse Barnes | 1 | -17/+0 |
2013-08-23 | drm/i915: Cleaning up the relocate entry function | Rafael Barbalho | 1 | -34/+54 |
2013-08-23 | drm/i915: merge HSW and SNB PM irq handlers | Paulo Zanoni | 1 | -38/+12 |
2013-08-23 | drm/i915: fix how we mask PMIMR when adding work to the queue | Paulo Zanoni | 1 | -9/+2 |
2013-08-23 | drm/i915: don't queue PM events we won't process | Paulo Zanoni | 1 | -3/+6 |
2013-08-23 | drm/i915: don't disable/reenable IVB error interrupts when not needed | Paulo Zanoni | 1 | -2/+5 |
2013-08-23 | drm/i915: add dev_priv->pm_irq_mask | Paulo Zanoni | 2 | -5/+8 |