search for: g4x

Displaying 3 results from an estimated 3 matches for "g4x".

Did you mean: 04x
2012 Dec 03
0
[ANNOUNCE] xf86-video-intel 2.20.15
...(16): sna: Use a single execobject flag to mark read/write domains sna: Disable shadow tracking upon regen sna/blt: Avoid clobbering common state before converting to a BLT sna/gen5+: Disable max-vbo address sna/gen6+: Override PTE cacheability bits for reads sna/g4x: Emit the flush prior to changing pipelined state sna/g4x: Remove the flush before the pipelined pointer changes sna: Increase tiling alignment to an even tile sna/g4x: And remove one more flush point sna: Prevent gen4 from rendering to I915_TILING_Y Convert generation...
2017 Jul 26
0
[PATCH 2/3] ACPI/DRM: rework ACPI_VIDEO Kconfig dependencies
...;Poulsbo') and other Intel IMG based graphics diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig index e9e64e8e9765..22978c88c7bf 100644 --- a/drivers/gpu/drm/i915/Kconfig +++ b/drivers/gpu/drm/i915/Kconfig @@ -2,6 +2,7 @@ config DRM_I915 tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics" depends on DRM depends on X86 && PCI + depends on ACPI_VIDEO || !ACPI select INTEL_GTT select INTERVAL_TREE # we need shmfs for the swappable backing store, and in particular @@ -12,12 +13,6 @@ config DRM_I915 select DRM_PANEL select DRM_MIPI_DSI select REL...
2017 Jul 26
8
[PATCH 0/3] Kconfig dependencies: acpi-video, backlight and thermal
Hi everyone, It took me a while to figure this out properly, as I kept getting circular or missing dependencies with video drivers. This set of three patches should simplify the situation a bit, mostly by cleaning up the dependencies around CONFIG_ACPI_VIDEO. With all three patches applied, I no longer run into those related warnings. If everyone agrees on the general direction, I hope we can