index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Split watermark level computation from the code
Ville Syrjälä
2013-08-08
1
-17
/
+34
*
drm/i915: Use 'enabled' instead of 'enable' consistently in sprite WM code
Ville Syrjälä
2013-08-08
1
-4
/
+4
*
drm/i915/hmdi: Rename set_infoframe() to write_infoframe()
Damien Lespiau
2013-08-08
1
-4
/
+4
*
drm: Handle the DBLCLK flag in the common infoframe helper
Damien Lespiau
2013-08-08
1
-3
/
+0
*
drm/i915: Remove the now obsolete infoframe definitions
Damien Lespiau
2013-08-08
2
-76
/
+0
*
drm/i915/sdvo: Port the infoframe code to the shared infrastructure
Damien Lespiau
2013-08-08
1
-18
/
+20
*
drm/i915/hdmi: Port the infoframe code to the common hdmi helpers
Damien Lespiau
2013-08-08
1
-24
/
+58
*
drm/i915/hdmi: Change the write_infoframe vfunc to take a buffer and a type
Damien Lespiau
2013-08-08
2
-51
/
+59
*
drm/i915: turn bound_ggtt checks to bound_any
Ben Widawsky
2013-08-08
2
-7
/
+7
*
drm/i915: Use new bind/unbind in eviction code
Ben Widawsky
2013-08-08
3
-26
/
+33
*
drm/i915: plumb VM into bind/unbind code
Ben Widawsky
2013-08-08
7
-71
/
+120
*
drm/i915: Rework __i915_gem_shrink
Ben Widawsky
2013-08-08
1
-3
/
+8
*
drm/i915: Improve VMA comments
Ben Widawsky
2013-08-06
1
-1
/
+6
*
drm/i915: Export intel_framebuffer_fini
Chris Wilson
2013-08-06
3
-13
/
+13
*
drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for Ivybridge
Chris Wilson
2013-08-06
4
-12
/
+38
*
drm/i915: remove use_fdi_mode argument from intel_prepare_ddi_buffers
Paulo Zanoni
2013-08-06
1
-12
/
+5
*
drm/i915: silence useless messages about DDI buffer translation
Paulo Zanoni
2013-08-06
1
-9
/
+2
*
drm/i915: eliminate dead domain clearing on reset
Ben Widawsky
2013-08-05
1
-8
/
+0
*
drm/i915: Add comments about units of latency values
Ville Syrjälä
2013-08-05
1
-3
/
+14
*
drm/i915: Use the watermark latency values from dev_priv for ILK/SNB/IVB too
Ville Syrjälä
2013-08-05
2
-39
/
+27
*
drm/i915: Disable specific watermark levels when latency is zero
Ville Syrjälä
2013-08-05
1
-0
/
+6
*
drm/i915: Print the watermark latencies during init
Ville Syrjälä
2013-08-05
1
-0
/
+37
*
drm/i915: Use the stored cursor and plane latencies properly
Ville Syrjälä
2013-08-05
1
-15
/
+21
*
drm/i915: Store the watermark latency values in dev_priv
Ville Syrjälä
2013-08-05
2
-9
/
+67
*
drm/i915: Add ILK support to intel_read_wm_latency
Ville Syrjälä
2013-08-05
1
-0
/
+7
*
drm/i915: make reset&hangcheck code VM aware
Ben Widawsky
2013-08-05
1
-7
/
+23
*
drm/i915: BUG_ON put_pages later
Ben Widawsky
2013-08-05
1
-2
/
+2
*
drm/i915: make caching operate on all address spaces
Ben Widawsky
2013-08-05
1
-8
/
+12
*
drm/i915: thread address space through execbuf
Ben Widawsky
2013-08-05
1
-28
/
+49
*
drm/i915: Update describe_obj
Ben Widawsky
2013-08-05
1
-4
/
+16
*
drm/i915: Use ggtt_vm to save some typing
Ben Widawsky
2013-08-05
2
-16
/
+13
*
drm/i915: Add VM to pin
Ben Widawsky
2013-08-05
7
-13
/
+27
*
drm/i915: Use bound list for inactive shrink
Ben Widawsky
2013-08-05
1
-2
/
+6
*
drm/i915: Make proper functions for VMs
Ben Widawsky
2013-08-05
4
-53
/
+118
*
drm/i915: Rework drop caches for checkpatch
Ben Widawsky
2013-08-05
1
-6
/
+8
*
drm/i915: Create an init vm
Ben Widawsky
2013-08-05
2
-6
/
+13
*
drm/i915/hsw: Change default LLC age to 3
Ben Widawsky
2013-08-05
1
-1
/
+2
*
i915: fix ACPI _DSM warning
Peter Wu
2013-08-05
1
-6
/
+8
*
drm/i915: make user mode sync polarity setting explicit
Imre Deak
2013-08-05
1
-0
/
+13
*
drm/i915: move encoder->enable callback later in VLV crtc enable
Jani Nikula
2013-08-05
1
-4
/
+3
*
drm/i915: rearrange vlv hdmi enable and pre_enable callbacks
Jani Nikula
2013-08-05
1
-9
/
+11
*
drm/i915: rearrange vlv dp enable and pre_enable callbacks
Jani Nikula
2013-08-05
1
-34
/
+39
*
drm/i915: Acquire dpio_lock for VLV sideband programming in DP/HDMI
Chris Wilson
2013-08-05
3
-4
/
+10
*
drm/i915: enable IPS for bpp <= 24
Jesse Barnes
2013-08-05
1
-1
/
+1
*
drm/i915: Add SNB/IVB support to intel_read_wm_latency
Ville Syrjälä
2013-08-05
1
-0
/
+7
*
drm/i915: Don't multiply the watermark latency values too early
Ville Syrjälä
2013-08-05
1
-5
/
+5
*
drm/i915: Split out reading of HSW watermark latency values
Ville Syrjälä
2013-08-05
1
-14
/
+20
*
drm/i915: Change the watermark latency type to uint16_t
Ville Syrjälä
2013-08-05
1
-3
/
+3
*
drm/i915: Don't pass "mem_value" to ilk_compute_fbc_wm
Ville Syrjälä
2013-08-05
1
-3
/
+2
*
drm/i915: Rename most wm compute functions to ilk_ prefix
Ville Syrjälä
2013-08-05
1
-20
/
+20
[next]