summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2015-12-02Update version to 1.13 and add the release dateThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-12-02NEWS: UpdatesThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-09-11Update version to 1.12 and add the release dateThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-09-11NEWS: UpdatesThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-06-23NEWS: Post-release bumpThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-06-11Update version to 1.11 and add the release dateThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-06-11NEWS: UpdatesThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-04-14NEWS: UpdatesThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-03-13NEWS: Post-release bumpDaniel Vetter
Let's prep for more cool stuff! Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2015-03-12Update version to 1.10 and add the release dateThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-03-05NEWS: Update to prep for releaseDaniel Vetter
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2015-02-13doc: Consolidate naming conventions into docbookDaniel Vetter
Duplication just means it gets out of sync. Also update they keyword list in the Makefile, not everything was listed. And add a new "invalid" keyword. While at it update NEWS. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2015-01-12intel_gpu_frequency: A tool to manipulate Intel GPU frequencyBen Widawsky
WARNING: very minimally tested In general you should not need this tool. Its primary purpose is for benchmarking, and for debugging performance issues. For many kernel releases now sysfs has supported reading and writing the GPU frequency. Therefore, this tool provides no new functionality. What it does provide is an easy to package (for distros) tool that handles the most common scenarios. v2: Get rid of -f from the usage message (Jordan) Add space before [-s (Jordan) Add a -c/--custom example (Jordan) Add a setting for resetting to hardware default (Ken) Replicate examples in commit message in the source code. (me) v3: Its not It's (me) Add --help/-h to usage Add Version + man page Rename tool to intel_gpu_frequency, from intel_frequency Remove "sudo" from the examples Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Cc: Kenneth Graunke <kenneth@whitecape.org> Here are some sample usages: $ intel_gpu_frequency --get=cur,min,max,eff cur: 200 MHz min: 200 MHz RP1: 200 MHz max: 1200 MHz $ intel_gpu_frequency -g cur: 200 MHz min: 200 MHz RP1: 200 MHz max: 1200 MHz $ intel_gpu_frequency -geff RP1: 200 MHz $ intel_gpu_frequency --set min=300 $ intel_gpu_frequency --get min cur: 300 MHz min: 300 MHz RP1: 200 MHz max: 1200 MHz $ intel_gpu_frequency --custom max=900 $ intel_gpu_frequency --get max cur: 300 MHz min: 300 MHz RP1: 200 MHz max: 900 MHz $ intel_gpu_frequency --max $ intel_gpu_frequency -g cur: 1200 MHz min: 1200 MHz RP1: 200 MHz max: 1200 MHz $ intel_gpu_frequency -e $ intel_gpu_frequency -g cur: 200 MHz min: 200 MHz RP1: 200 MHz max: 200 MHz $ intel_gpu_frequency --max $ intel_gpu_frequency -g cur: 1200 MHz min: 1200 MHz RP1: 200 MHz max: 1200 MHz $ intel_gpu_frequency --min $ intel_gpu_frequency -g cur: 200 MHz min: 200 MHz RP1: 200 MHz max: 200 MHz
2014-12-17NEWS: New heading for 1.10Thomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2014-12-12Update version to 1.9 and add the release dateThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2014-12-12NEWS: UpdatesThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2014-12-10NEWS: UpdatesThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2014-10-01NEWS: UpdatesDaniel Vetter
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2014-09-12NEWS: New heading for 1.9Daniel Vetter
Should be done post-release. Cc: Rodrigo Vivi <rodrigo.vivi@gmail.com> Cc: Thomas Wood <thomas.wood@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2014-09-08bump version to 1.8 and add the release dateRodrigo Vivi
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2014-09-03NEWS: Updates in anticipation of the next releaseDaniel Vetter
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2014-07-25NEWS: Don't forget new universal plane commit for igt_kmsDaniel Vetter
Suggest by Matt Roper. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-07-23NEWS: UpdatesDaniel Vetter
2014-07-10NEWS: UpdatesDaniel Vetter
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-06-13NEWS: Mention igt.cocciDaniel Vetter
And also pimp the spatch file itself with usage hints. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-06-10NEWS: post-release bumpDaniel Vetter
2014-06-09bump version to 1.7 and add the release dateRodrigo Vivi
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
2014-05-28NEWS: Fix spelling a bitDaniel Vetter
2014-05-28NEWS: Don't forget the runtime pm helpers!Daniel Vetter
2014-05-28NEWS: Updates ...Daniel Vetter
2014-05-13NEWS: Android has libcairo support now!Daniel Vetter
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-04-29NEWS: UpdatesDaniel Vetter
2014-03-26lib/igt_kms/bf: doc skeletonDaniel Vetter
igt_kms docs are just skeleton and also added igt_fb to make sure the linking works correctly. Next up: Actually documenting igt_fb. Also fix that depency spelling fumble I've copied around to a few too many places. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-03-13NEWS: post-release blurb and mention api doc workDaniel Vetter
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-03-13bump version to 1.6 and add the release dateRodrigo Vivi
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
2014-03-11Add API documentation supportThomas Wood
Add optional support for building API documentation using gtk-doc. Signed-off-by: Thomas Wood <thomas.wood@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-03-07NEWS: intel_audio_dump has now bdw supportDaniel Vetter
2014-02-13NEWS: Mention new logging supportDaniel Vetter
2014-02-12NEWS: Mention Damien's new helper libraryDaniel Vetter
2014-01-27NEWS: update with nomodeset register access changeJesse Barnes
2014-01-07NEWS updatesDaniel Vetter
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2013-11-14NEWS: Make testing requirements officialDaniel Vetter
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2013-11-12NEWS: Android.mk updates!Daniel Vetter
2013-11-06NEWS: Remove spurious -Daniel Vetter
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2013-11-06NEWS: Restore the 1.4 release infoBen Widawsky
I suck... Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2013-11-06NEWS: Broadwell will be in 1.6, not 1.5Ben Widawsky
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2013-11-06NEWS: BroadwellBen Widawsky
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2013-11-06bump version to 1.5 and add the release dateRodrigo Vivi
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
2013-11-06NEWS: drop_caches improvementsDaniel Vetter
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2013-11-04NEWS: Roll in updates.Daniel Vetter