aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-04drm/i915: fix hpd work vs. flush_work in the pageflip code deadlockDaniel Vetter1-0/+7
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+1
2013-08-30Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-7/+91
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-1/+2
2013-08-23drm/i915: add i915.pc8_timeout functionPaulo Zanoni1-0/+1
2013-08-23drm/i915: allow package C8+ states on Haswell (disabled)Paulo Zanoni1-0/+72
2013-08-23drm/i915: add dev_priv->pm_irq_maskPaulo Zanoni1-0/+1
2013-08-23drm: Remove IS_IRONLAKE_D()Damien Lespiau1-1/+0
2013-08-23drm/i915: Remove HAS_PIPE_CONTROL()Damien Lespiau1-2/+0
2013-08-23drm/i915: Remove DSPARB_HWCONTROL()Damien Lespiau1-2/+0
2013-08-22drm/i915: prepare bind_to_vm for preallocated vmaBen Widawsky1-0/+3
2013-08-22drm/i915: Switch eviction code to use vmasBen Widawsky1-0/+4
2013-08-22drm/i915: s/obj->exec_list/obj->obj_exec_link in debugfsBen Widawsky1-0/+2
2013-08-22drm/i915: print a message when we detect an early Haswell SDVPaulo Zanoni1-0/+2
2013-08-22drm/i915: Use Write-Through cacheing for the display plane on IrisChris Wilson1-1/+3
2013-08-22drm/i915: Only do a chipset flush after a clflushChris Wilson1-1/+1
2013-08-21Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-73/+110
2013-08-10drm/i915: Update rules for writing through the LLC with the cpuChris Wilson1-1/+1
2013-08-10drm/i915: Track when an object is pinned for use by the display engineChris Wilson1-0/+2
2013-08-09drm/i915: Make i915_hangcheck_elapsed() staticDamien Lespiau1-1/+0
2013-08-09drm/i915: Remove i915_gem_object_check_coherency()Damien Lespiau1-3/+0
2013-08-09drm/i915: Remove stale prototypesDamien Lespiau1-8/+0
2013-08-08drm/i915: Pass plane and crtc to intel_update_sprite_watermarksVille Syrjälä1-1/+2
2013-08-08drm/i915: Rename hsw_lp_wm_result to intel_wm_levelVille Syrjälä1-0/+8
2013-08-08drm/i915: Update error capture for VMsBen Widawsky1-2/+2
2013-08-08drm/i915: mm_list is per VMABen Widawsky1-2/+3
2013-08-08drm/i915: Rename hsw_data_buf_partitioning to intel_ddb_partitioningVille Syrjälä1-0/+5
2013-08-08drm/i915: Use new bind/unbind in eviction codeBen Widawsky1-1/+3
2013-08-08drm/i915: plumb VM into bind/unbind codeBen Widawsky1-1/+2
2013-08-07Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-103/+158
2013-08-07drm: const'ify ioctls table (v2)Rob Clark1-1/+1
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-2/+0
2013-08-06drm/i915: Improve VMA commentsBen Widawsky1-1/+6
2013-08-06drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for IvybridgeChris Wilson1-2/+5
2013-08-05drm/i915: Store the watermark latency values in dev_privVille Syrjälä1-0/+14
2013-08-05drm/i915: Add VM to pinBen Widawsky1-0/+11
2013-08-05drm/i915: Make proper functions for VMsBen Widawsky1-46/+37
2013-08-05drm/i915: Add scaled paramater to update_sprite_watermarks()Ville Syrjälä1-1/+1
2013-08-05drm/i915: Tidy the macro casting by using an inline functionChris Wilson1-3/+8
2013-08-04drm/i915: Squelch repeated reasoning for why FBC cannot be activatedChris Wilson1-1/+3
2013-07-31drm/i915: fix missed hunk after GT access breakageBen Widawsky1-0/+1
2013-07-25drm/i915: fix the racy object accountingDaniel Vetter1-0/+1
2013-07-25drm/i915: Use the common register access functions for NOTRACE variantsChris Wilson1-14/+14
2013-07-25drm/i915: Use a private interface for register access within GTChris Wilson1-12/+10
2013-07-25drm/i915: Colocate all GT access routines in the same fileChris Wilson1-12/+19
2013-07-25Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux'Daniel Vetter1-1/+4
2013-07-21drm/i915: fix up gt init sequence falloutDaniel Vetter1-1/+1
2013-07-20drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlightKamal Mostafa1-0/+1
2013-07-19drm/i915: add prefault_disable module optionXiong Zhang1-0/+1
2013-07-19Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-67/+117