summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2016-09-02Updated NEWS, and bumped version to 1.16.Marius Vlad1-0/+90
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
2016-05-31Updated NEWS, and bumped to 1.15.Marius Vlad1-7/+55
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
2016-05-09NEWS: Update news.Marius Vlad1-0/+14
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
2016-04-20NEWS: COMMIT_ATOMIC landed a while ago and a test that makes use of it.Marius Vlad1-0/+4
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
2016-04-20NEWS: Updated info about tests/tests-list.txt.Marius Vlad1-2/+6
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
2016-04-19NEWS: a newer version of piglit is required.Marius Vlad1-0/+3
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
2016-03-19lib: Add igt_subtest_groupDaniel Vetter1-0/+6
Useful for creating common setup code in igt_fixture which is only needed by a subset of tests. And since I'm a good citizen it comes with a library testcase/example included. v2: Make testcase nastier to ensure a subtest group SKIPS when it's parent is skipping already. I accidentally got this right, but let's make sure. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2016-03-01NEWS: Updates and bump release to 1.14.Marius Vlad1-0/+42
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
2015-12-02Update version to 1.13 and add the release dateThomas Wood1-1/+1
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-12-02NEWS: UpdatesThomas Wood1-0/+22
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-09-11Update version to 1.12 and add the release dateThomas Wood1-1/+1
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-09-11NEWS: UpdatesThomas Wood1-0/+25
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-06-23NEWS: Post-release bumpThomas Wood1-0/+4
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-06-11Update version to 1.11 and add the release dateThomas Wood1-1/+1
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-06-11NEWS: UpdatesThomas Wood1-0/+13
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-04-14NEWS: UpdatesThomas Wood1-0/+13
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-03-13NEWS: Post-release bumpDaniel Vetter1-0/+4
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 Wood1-1/+1
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-03-05NEWS: Update to prep for releaseDaniel Vetter1-0/+9
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2015-02-13doc: Consolidate naming conventions into docbookDaniel Vetter1-0/+12
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 Widawsky1-0/+2
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 Wood1-0/+3
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2014-12-12Update version to 1.9 and add the release dateThomas Wood1-1/+1
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2014-12-12NEWS: UpdatesThomas Wood1-0/+4
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2014-12-10NEWS: UpdatesThomas Wood1-2/+14
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2014-10-01NEWS: UpdatesDaniel Vetter1-0/+12
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2014-09-12NEWS: New heading for 1.9Daniel Vetter1-0/+3
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 Vivi1-1/+1
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2014-09-03NEWS: Updates in anticipation of the next releaseDaniel Vetter1-0/+21
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2014-07-25NEWS: Don't forget new universal plane commit for igt_kmsDaniel Vetter1-0/+3
Suggest by Matt Roper. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-07-23NEWS: UpdatesDaniel Vetter1-0/+6
2014-07-10NEWS: UpdatesDaniel Vetter1-0/+6
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-06-13NEWS: Mention igt.cocciDaniel Vetter1-0/+3
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 Vetter1-0/+3
2014-06-09bump version to 1.7 and add the release dateRodrigo Vivi1-1/+1
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
2014-05-28NEWS: Fix spelling a bitDaniel Vetter1-4/+4
2014-05-28NEWS: Don't forget the runtime pm helpers!Daniel Vetter1-0/+2
2014-05-28NEWS: Updates ...Daniel Vetter1-0/+8
2014-05-13NEWS: Android has libcairo support now!Daniel Vetter1-0/+3
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-04-29NEWS: UpdatesDaniel Vetter1-0/+11
2014-03-26lib/igt_kms/bf: doc skeletonDaniel Vetter1-1/+1
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 Vetter1-0/+5
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-03-13bump version to 1.6 and add the release dateRodrigo Vivi1-1/+1
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
2014-03-11Add API documentation supportThomas Wood1-0/+2
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 Vetter1-0/+2
2014-02-13NEWS: Mention new logging supportDaniel Vetter1-0/+4
2014-02-12NEWS: Mention Damien's new helper libraryDaniel Vetter1-3/+5
2014-01-27NEWS: update with nomodeset register access changeJesse Barnes1-0/+3
2014-01-07NEWS updatesDaniel Vetter1-0/+5
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2013-11-14NEWS: Make testing requirements officialDaniel Vetter1-0/+5
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>