index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-08-21
32
-1133
/
+1605
|
\
|
*
drm/i915: Fix FB WM for HSW
Ville Syrjälä
2013-08-09
1
-1
/
+2
|
*
drm/i915: expose HDMI connectors on port C on BYT
Jesse Barnes
2013-08-09
1
-2
/
+7
|
*
drm/i915: fix a limit check in hsw_compute_wm_results()
Dan Carpenter
2013-08-09
1
-1
/
+1
|
*
drm/i915: unbreak i915_gem_object_ggtt_unbind()
Dan Carpenter
2013-08-09
1
-1
/
+1
|
*
drm/i915: Make intel_set_mode() static
Damien Lespiau
2013-08-09
2
-5
/
+7
|
*
drm/i915: Remove intel_modeset_disable()
Damien Lespiau
2013-08-09
2
-11
/
+0
|
*
drm/i915: Make intel_encoder_dpms() static
Damien Lespiau
2013-08-09
2
-3
/
+2
|
*
drm/i915: Make i915_hangcheck_elapsed() static
Damien Lespiau
2013-08-09
2
-2
/
+1
|
*
drm/i915: Fix #endif comment
Damien Lespiau
2013-08-09
1
-1
/
+1
|
*
drm/i915: Remove i915_gem_object_check_coherency()
Damien Lespiau
2013-08-09
2
-72
/
+0
|
*
drm/i915: Remove stale prototypes
Damien Lespiau
2013-08-09
2
-10
/
+0
|
*
drm/i915: List objects allocated from stolen memory in debugfs
Chris Wilson
2013-08-08
1
-0
/
+63
|
*
drm/i915: Always call intel_update_sprite_watermarks() when disabling a plane
Ville Syrjälä
2013-08-08
1
-0
/
+4
|
*
drm/i915: Pass plane and crtc to intel_update_sprite_watermarks
Ville Syrjälä
2013-08-08
4
-24
/
+24
|
*
drm/i915: Don't try to disable plane if it's already disabled
Ville Syrjälä
2013-08-08
1
-2
/
+7
|
*
drm/i915: Pass crtc to our update/disable_plane hooks
Ville Syrjälä
2013-08-08
2
-10
/
+15
|
*
drm/i915: Split plane watermark parameters into a separate struct
Ville Syrjälä
2013-08-08
2
-36
/
+35
|
*
drm/i915: Pull some watermarks state into a separate structure
Ville Syrjälä
2013-08-08
1
-23
/
+25
|
*
drm/i915: Calculate max watermark levels for ILK+
Ville Syrjälä
2013-08-08
1
-12
/
+107
|
*
drm/i915: Rename hsw_lp_wm_result to intel_wm_level
Ville Syrjälä
2013-08-08
2
-14
/
+14
|
*
drm/i915: Pull watermark level validity check out
Ville Syrjälä
2013-08-08
1
-7
/
+44
|
*
drm/i915: Add vma to list at creation
Ben Widawsky
2013-08-08
1
-8
/
+8
|
*
drm/i915: Update error capture for VMs
Ben Widawsky
2013-08-08
2
-25
/
+55
|
*
drm/i915: mm_list is per VMA
Ben Widawsky
2013-08-08
8
-59
/
+86
|
*
drm/i915: Fix up map and fenceable for VMA
Ben Widawsky
2013-08-08
1
-2
/
+5
|
*
drm/i915: Silence a sparse warning
Ville Syrjälä
2013-08-08
1
-1
/
+1
|
*
drm/i915: Rename hsw_data_buf_partitioning to intel_ddb_partitioning
Ville Syrjälä
2013-08-08
2
-11
/
+11
|
*
drm/i915: Kill fbc_enable from hsw_lp_wm_results
Ville Syrjälä
2013-08-08
1
-10
/
+2
|
*
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
[next]