* [meta-intel][PATCH] intel-gpu-tools: add new package
@ 2013-06-25 16:43 Ross Burton
2013-06-25 22:23 ` Tom Zanussi
0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2013-06-25 16:43 UTC (permalink / raw)
To: yocto
This package contains numerous useful tools for working with Intel GPUs. Add a
patch to install intel_panel_fitter as it's genuinely useful and not just a
debugging tool.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
.../intel-gpu-tools/files/install-fitter.patch | 26 ++++++++++++++++++++
.../intel-gpu-tools/intel-gpu-tools_1.3.bb | 15 +++++++++++
2 files changed, 41 insertions(+)
create mode 100644 common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch
create mode 100644 common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb
diff --git a/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch b/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch
new file mode 100644
index 0000000..2a344c5
--- /dev/null
+++ b/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch
@@ -0,0 +1,26 @@
+The panel_fitter is genuinely useful but not installed, so install it.
+
+Upstream-Status: Inappropriate
+Signed-off-by: Ross Burton <ross.burton@intel.com>
+
+Index: tools/Makefile.am
+===================================================================
+--- a/tools.orig/Makefile.am 2012-08-21 08:30:29.000000000 +0100
++++ b/tools/Makefile.am 2013-06-25 16:52:34.220504579 +0100
+@@ -17,13 +17,13 @@
+ intel_forcewaked \
+ intel_dpio_read \
+ intel_dpio_write \
+- intel_l3_parity
++ intel_l3_parity \
++ intel_panel_fitter
+
+ noinst_PROGRAMS = \
+ intel_dump_decode \
+ intel_infoframes \
+- intel_lid \
+- intel_panel_fitter
++ intel_lid
+
+ dist_bin_SCRIPTS = intel_gpu_abrt
+
diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb
new file mode 100644
index 0000000..893c418
--- /dev/null
+++ b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb
@@ -0,0 +1,15 @@
+require ${COREBASE}/meta/recipes-graphics/xorg-app/xorg-app-common.inc
+
+SUMMARY = "Intel GPU tools"
+DESCRIPTION = "Variety of small tools for testing intel graphics."
+
+SRC_URI += "file://install-fitter.patch"
+
+SRC_URI[md5sum] = "67facd6241e26e2c68614728e3a932e9"
+SRC_URI[sha256sum] = "51d22fdb3d415a1b3b7d0a172c1bb24dec6f16116e80a9ce49873f44527f20a0"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd"
+
+DEPENDS += "libdrm libpciaccess cairo udev glib-2.0"
+
+EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-intel][PATCH] intel-gpu-tools: add new package
2013-06-25 16:43 [meta-intel][PATCH] intel-gpu-tools: add new package Ross Burton
@ 2013-06-25 22:23 ` Tom Zanussi
2013-06-26 8:15 ` Burton, Ross
0 siblings, 1 reply; 3+ messages in thread
From: Tom Zanussi @ 2013-06-25 22:23 UTC (permalink / raw)
To: Ross Burton; +Cc: yocto
On Tue, 2013-06-25 at 17:43 +0100, Ross Burton wrote:
> This package contains numerous useful tools for working with Intel GPUs. Add a
> patch to install intel_panel_fitter as it's genuinely useful and not just a
> debugging tool.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
Nice addition.
Pulled into meta-intel/master.
Thanks,
Tom
> ---
> .../intel-gpu-tools/files/install-fitter.patch | 26 ++++++++++++++++++++
> .../intel-gpu-tools/intel-gpu-tools_1.3.bb | 15 +++++++++++
> 2 files changed, 41 insertions(+)
> create mode 100644 common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch
> create mode 100644 common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb
>
> diff --git a/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch b/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch
> new file mode 100644
> index 0000000..2a344c5
> --- /dev/null
> +++ b/common/recipes-graphics/intel-gpu-tools/files/install-fitter.patch
> @@ -0,0 +1,26 @@
> +The panel_fitter is genuinely useful but not installed, so install it.
> +
> +Upstream-Status: Inappropriate
> +Signed-off-by: Ross Burton <ross.burton@intel.com>
> +
> +Index: tools/Makefile.am
> +===================================================================
> +--- a/tools.orig/Makefile.am 2012-08-21 08:30:29.000000000 +0100
> ++++ b/tools/Makefile.am 2013-06-25 16:52:34.220504579 +0100
> +@@ -17,13 +17,13 @@
> + intel_forcewaked \
> + intel_dpio_read \
> + intel_dpio_write \
> +- intel_l3_parity
> ++ intel_l3_parity \
> ++ intel_panel_fitter
> +
> + noinst_PROGRAMS = \
> + intel_dump_decode \
> + intel_infoframes \
> +- intel_lid \
> +- intel_panel_fitter
> ++ intel_lid
> +
> + dist_bin_SCRIPTS = intel_gpu_abrt
> +
> diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb
> new file mode 100644
> index 0000000..893c418
> --- /dev/null
> +++ b/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.3.bb
> @@ -0,0 +1,15 @@
> +require ${COREBASE}/meta/recipes-graphics/xorg-app/xorg-app-common.inc
> +
> +SUMMARY = "Intel GPU tools"
> +DESCRIPTION = "Variety of small tools for testing intel graphics."
> +
> +SRC_URI += "file://install-fitter.patch"
> +
> +SRC_URI[md5sum] = "67facd6241e26e2c68614728e3a932e9"
> +SRC_URI[sha256sum] = "51d22fdb3d415a1b3b7d0a172c1bb24dec6f16116e80a9ce49873f44527f20a0"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=0918806acfedc3e8c0488f2dd61616dd"
> +
> +DEPENDS += "libdrm libpciaccess cairo udev glib-2.0"
> +
> +EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-intel][PATCH] intel-gpu-tools: add new package
2013-06-25 22:23 ` Tom Zanussi
@ 2013-06-26 8:15 ` Burton, Ross
0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2013-06-26 8:15 UTC (permalink / raw)
To: Tom Zanussi; +Cc: yocto
On 25 June 2013 23:23, Tom Zanussi <tom.zanussi@intel.com> wrote:
> On Tue, 2013-06-25 at 17:43 +0100, Ross Burton wrote:
>> This package contains numerous useful tools for working with Intel GPUs. Add a
>> patch to install intel_panel_fitter as it's genuinely useful and not just a
>> debugging tool.
>>
>> Signed-off-by: Ross Burton <ross.burton@intel.com>
>
> Nice addition.
The debugging tools will be useful, but my new 10" HDMI touchscreen is
<curses redacted> and always overscans about 1/2 inch without an
option to turn it off. The panel fitter tool is the only way of
getting the Intel driver to compensate for that.
Ross
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-26 8:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25 16:43 [meta-intel][PATCH] intel-gpu-tools: add new package Ross Burton
2013-06-25 22:23 ` Tom Zanussi
2013-06-26 8:15 ` Burton, Ross
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.