summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2013-08-21Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet...Dave Airlie
2013-08-19drm: rip out drm_core_has_MTRR checksDaniel Vetter
2013-08-19drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter
2013-08-19drm: remove FASYNC supportDaniel Vetter
2013-08-19Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-nextDave Airlie
2013-08-09drm/i915: Fix FB WM for HSWVille Syrjälä
2013-08-09drm/i915: expose HDMI connectors on port C on BYTJesse Barnes
2013-08-09drm/i915: fix a limit check in hsw_compute_wm_results()Dan Carpenter
2013-08-09drm/i915: unbreak i915_gem_object_ggtt_unbind()Dan Carpenter
2013-08-09drm/i915: Make intel_set_mode() staticDamien Lespiau
2013-08-09drm/i915: Remove intel_modeset_disable()Damien Lespiau
2013-08-09drm/i915: Make intel_encoder_dpms() staticDamien Lespiau
2013-08-09drm/i915: Make i915_hangcheck_elapsed() staticDamien Lespiau
2013-08-09drm/i915: Fix #endif commentDamien Lespiau
2013-08-09drm/i915: Remove i915_gem_object_check_coherency()Damien Lespiau
2013-08-09drm/i915: Remove stale prototypesDamien Lespiau
2013-08-08drm/i915: List objects allocated from stolen memory in debugfsChris Wilson
2013-08-08drm/i915: Always call intel_update_sprite_watermarks() when disabling a planeVille Syrjälä
2013-08-08drm/i915: Pass plane and crtc to intel_update_sprite_watermarksVille Syrjälä
2013-08-08drm/i915: Don't try to disable plane if it's already disabledVille Syrjälä
2013-08-08drm/i915: Pass crtc to our update/disable_plane hooksVille Syrjälä
2013-08-08drm/i915: Split plane watermark parameters into a separate structVille Syrjälä
2013-08-08drm/i915: Pull some watermarks state into a separate structureVille Syrjälä
2013-08-08drm/i915: Calculate max watermark levels for ILK+Ville Syrjälä
2013-08-08drm/i915: Rename hsw_lp_wm_result to intel_wm_levelVille Syrjälä
2013-08-08drm/i915: Pull watermark level validity check outVille Syrjälä
2013-08-08drm/i915: Add vma to list at creationBen Widawsky
2013-08-08drm/i915: Update error capture for VMsBen Widawsky
2013-08-08drm/i915: mm_list is per VMABen Widawsky
2013-08-08drm/i915: Fix up map and fenceable for VMABen Widawsky
2013-08-08drm/i915: Silence a sparse warningVille Syrjälä
2013-08-08drm/i915: Rename hsw_data_buf_partitioning to intel_ddb_partitioningVille Syrjälä
2013-08-08drm/i915: Kill fbc_enable from hsw_lp_wm_resultsVille Syrjälä
2013-08-08drm/i915: Split watermark level computation from the codeVille Syrjälä
2013-08-08drm/i915: Use 'enabled' instead of 'enable' consistently in sprite WM codeVille Syrjälä
2013-08-08drm/i915/hmdi: Rename set_infoframe() to write_infoframe()Damien Lespiau
2013-08-08drm: Handle the DBLCLK flag in the common infoframe helperDamien Lespiau
2013-08-08drm/i915: Remove the now obsolete infoframe definitionsDamien Lespiau
2013-08-08drm/i915/sdvo: Port the infoframe code to the shared infrastructureDamien Lespiau
2013-08-08drm/i915/hdmi: Port the infoframe code to the common hdmi helpersDamien Lespiau
2013-08-08drm/i915/hdmi: Change the write_infoframe vfunc to take a buffer and a typeDamien Lespiau
2013-08-08drm/i915: turn bound_ggtt checks to bound_anyBen Widawsky
2013-08-08drm/i915: Use new bind/unbind in eviction codeBen Widawsky
2013-08-08drm/i915: plumb VM into bind/unbind codeBen Widawsky
2013-08-08drm/i915: Rework __i915_gem_shrinkBen Widawsky
2013-08-07Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~...Dave Airlie
2013-08-07drm/i915: pre-alloc instead of drm_mm search/get_blockDavid Herrmann
2013-08-07drm: const'ify ioctls table (v2)Rob Clark
2013-08-07drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter