Maintainer: * Daniel Borkmann * Tobias Klauser Major contributors (> 30 commits): * Daniel Borkmann * Emmanuel Roullit * Markus Amend * Tobias Klauser * Christoph Jaeger * Herbert Haas * Minor contributors (<= 30 commits): * Stephen Wadeley * Hideo Hattori * Peter Stuge * Scott Moeller * Jesper Dangaard Brouer * Jaroslav Škarvada * Dennis Gilmore * Dan Horák * Doug Burks * Kartik Mistry * Ulrich Weber * Teguh * Markus Kötter * Jim Binder * Ronald W. Henderson * Stefan Seering * Jon Schipp * Sibir Chakraborty Special thanks to some of our sponsors: * Deutsche Flugsicherung GmbH * ETH Zurich, Communications Systems Group * Max Planck Institute for Human Cognitive and Brain Sciences * Team Cymru Notes: The order of authors with > 30 commits listed here is sorted by contributions from high to low through ``git log --no-merges $@ | grep Author: | \ cut -d: -f2 | cut -d\< -f1 | sort | uniq -c | sort -n -r''. The list of minor contributors is currently unsorted and contains people who have contributed code ``in some way'' (e.g. on the upstream or maintenance repositories), either through Git or email. Note that we have taken over the maintenance and further development of Herbert Haas' mausezahn [ˈmauzəˌtsa:n] utility after he passed away in 2011. There were no Git commit statistics available from the import of his project. The project is currently in a staging area, but will be fully integrated soon. (*) Want to join the core team? Submit enough great patches over a long time, implement what's on the TODO file and show an ongoing, active interest in supporting netsniff-ng. What's in it for you? If you ever come to Switzerland, you get a free beer on Daniel and you can meet some great people involved in this project. ;)
diff options
context:
space:
mode:
authorKumar, Mahesh <mahesh1.kumar@intel.com>2016-04-06 08:26:39 -0700
committerJani Nikula <jani.nikula@intel.com>2016-04-18 12:35:48 +0300
commit9aec6a08f1163fb24c23f9036891e1d5bab3f1be (patch)
treec1ebff664bb13f50f74f6046c7cfcb6afe1476c5 /Documentation/IRQ-affinity.txt
parentc3b46c73264b03000d1e18b22f5caf63332547c9 (diff)
drm/i915/skl+: Use plane size for relative data rate calculation
Use plane size for relative data rate calculation. don't always use pipe source width & height. adjust height & width according to rotation. use plane size for watermark calculations also. v2: Address Matt's comments. Use intel_plane_state->visible to avoid divide-by-zero error. Where FB was present but not visible so causing total data rate to be zero, hence divide-by-zero. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93917 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94044 Cc: drm-intel-fixes@lists.freedesktop.org Signed-off-by: Kumar, Mahesh <mahesh1.kumar@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1459956399-1296-1-git-send-email-matthew.d.roper@intel.com (cherry picked from commit a280f7dd9f1a85eed242d0f62498bfc11520a1a3) Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'Documentation/IRQ-affinity.txt')