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
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/gem: completely close gem_open vs. gem_close races
Daniel Vetter
2013-08-21
1
-11
/
+31
*
drm/gem: switch dev->object_name_lock to a mutex
Daniel Vetter
2013-08-21
2
-11
/
+11
*
drm/prime: clarify logic a bit in drm_gem_prime_fd_to_handle
Daniel Vetter
2013-08-21
1
-3
/
+1
*
drm/prime: shrink critical section protected by prime lock
Daniel Vetter
2013-08-21
1
-2
/
+2
*
drm/prime: use proper pointer in drm_gem_prime_handle_to_fd
Daniel Vetter
2013-08-21
1
-8
/
+8
*
drm/gem: make drm_gem_object_handle_unreference_unlocked static
Daniel Vetter
2013-08-21
1
-1
/
+1
*
drm/prime: fix error path in drm_gem_prime_fd_to_handle
Daniel Vetter
2013-08-21
1
-1
/
+1
*
drm/gem: fix up flink name create race
Daniel Vetter
2013-08-21
3
-13
/
+22
*
Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-08-21
33
-1135
/
+1609
|
\
|
*
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: Set aspect ratio fields in the AVI infoframe even for non CEA modes
Damien Lespiau
2013-08-08
1
-2
/
+0
|
*
drm: Handle the DBLCLK flag in the common infoframe helper
Damien Lespiau
2013-08-08
2
-3
/
+3
|
*
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: Don't generate invalid AVI infoframes for CEA modes
Damien Lespiau
2013-08-08
1
-0
/
+1
|
*
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
[next]