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 | 26 | -385/+1060 |
2013-08-30 | drm: Advertise async page flip ability through GETCAP ioctl | Keith Packard | 4 | -0/+10 |
2013-08-30 | drm: Add DRM_MODE_PAGE_FLIP_ASYNC flag definition | Keith Packard | 1 | -6/+10 |
2013-08-30 | drm: Pass page flip ioctl flags to driver | Keith Packard | 16 | -24/+45 |
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: Remove the dithering_mode_property field | Damien Lespiau | 1 | -1/+0 |
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 | 8 | -13/+129 |
2013-08-30 | video/hdmi: Rename HDMI_IDENTIFIER to HDMI_IEEE_OUI | Lespiau, Damien | 3 | -4/+4 |
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 | 2 | -0/+40 |
2013-08-30 | video/hdmi: Use hdmi_vendor_infoframe for the HDMI specific infoframe | Lespiau, Damien | 3 | -22/+24 |
2013-08-30 | video/hdmi: Hook the HDMI vendor infoframe with the generic _pack() | Lespiau, Damien | 2 | -48/+22 |
2013-08-30 | drm/edid: Move HDMI_IDENTIFIER to hdmi.h | Lespiau, Damien | 2 | -1/+1 |
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 | 2 | -0/+116 |
2013-08-30 | video/hdmi: Derive the bar data valid bit from the bar data fields | Lespiau, Damien | 2 | -4/+3 |
2013-08-30 | video/hdmi: Don't let the user of this API create invalid infoframes | Lespiau, Damien | 3 | -3/+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 | 2 | -4/+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 | 2 | -1/+2 |
2013-08-29 | snd/hda: add runtime suspend/resume on optimus support (v4) | Dave Airlie | 1 | -4/+32 |
2013-08-29 | gpu/vga_switcheroo: add driver control power feature. (v3) | Dave Airlie | 5 | -10/+156 |
2013-08-28 | Merge branch 'drm-next' of git://people.freedesktop.org/~robclark/linux into ... | Dave Airlie | 47 | -0/+14844 |
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 | 3 | -3/+192 |
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 | 16 | -16/+2695 |
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 |