summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20Update NEWS, bump version to 1.25Arkadiusz Hiler1-5/+41
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com>
2019-07-16build: rename Meson optionsSimon Ser1-0/+7
Meson emits a warning because we use options beginning with "build_": DEPRECATION: Option uses prefix "build_", which is reserved for Meson. This will become an error in the future. Rename our options so that we don't use the Meson-reserved prefix. Signed-off-by: Simon Ser <simon.ser@intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
2019-06-20Update NEWS, bump version to 1.24.Petri Latvala1-6/+34
Signed-off-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
2019-05-23meson: Start using 'feature' optionsArkadiusz Hiler1-1/+3
Meson 0.47 comes with a new type of option called 'feature' so instead of: type : 'combo', value : 'auto', choices : ['auto', 'true', 'false'], We can: type : 'feature', The main difference is that the feature takes auto, enabled and disabled instead of auto, true and false. get_option() on a feature returns opaque object that can be passed as a 'required' argument of a dependency. Auto is equivalent to 'required : false', enabled is equivalent to 'required : true' and disabled introduces new behavior forcing the dependency to be considered not found. This allows us to streamline a lot of logic regarding optional IGT features. This patch bumps required meson version to 0.47.0 Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Petri Latvala <petri.latvala@intel.com> Cc: Simon Ser <simon.ser@intel.com> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2019-02-20meson: Bump meson version requirement to 0.46.0Arkadiusz Hiler1-0/+7
... so we can have multiple binaries with the same name. v2: Updated news (Daniel) Cc: Petri Latvala <petri.latvala@intel.com> Cc: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2018-07-18Update NEWS, bump version to 1.23.Arkadiusz Hiler1-0/+62
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com>
2018-03-09Update NEWS, bump version to 1.22.Petri Latvala1-1/+49
Signed-off-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
2018-01-16Update NEWS, bump version to 1.21.Petri Latvala1-3/+56
Signed-off-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
2018-01-11build: make meson more officialDaniel Vetter1-0/+6
I also noticed that meson.sh doesn't set the prefix for patch submission. Fix that (even thought hopefully real soon igt will move to its own list). v2: Review from Petri. Cc: Petri Latvala <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2017-10-04Update NEWS, bump version to 1.20.Petri Latvala1-0/+43
Signed-off-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
2017-06-09Update NEWS, bump version to 1.19.Petri Latvala1-0/+43
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
2017-03-13Update NEWS, bump version to 1.18.Petri Latvala1-0/+37
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
2016-12-02Update NEWS, bump version to 1.17.Petri Latvala1-0/+54
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
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