summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/include/asm/io.h')
-rw-r--r--arch/microblaze/include/asm/io.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/microblaze/include/asm/io.h b/arch/microblaze/include/asm/io.h
index 86c95b2a1ce1..d33c61737b8b 100644
--- a/arch/microblaze/include/asm/io.h
+++ b/arch/microblaze/include/asm/io.h
@@ -39,9 +39,6 @@ extern resource_size_t isa_mem_base;
extern void iounmap(volatile void __iomem *addr);
extern void __iomem *ioremap(phys_addr_t address, unsigned long size);
-#define ioremap_nocache(addr, size) ioremap((addr), (size))
-#define ioremap_wc(addr, size) ioremap((addr), (size))
-#define ioremap_wt(addr, size) ioremap((addr), (size))
#endif /* CONFIG_MMU */
required in OpenGL 4.3. OpenGL
+4.3 is <strong>only</strong> available if requested at context creation
+because compatibility contexts are not supported.
+</p>
+
+
+<h2>SHA256 checksums</h2>
+<pre>
+TBD
+</pre>
+
+
+<h2>New features</h2>
+<p>None</p>
+
+
+<h2>Bug fixes</h2>
+
+<p>This list is likely incomplete.</p>
+
+<ul>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=77662">Bug 77662</a> - Fail to render to different faces of depth-stencil cube map</li>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=97779">Bug 97779</a> - [regression, bisected][BDW, GPU hang] stuck on render ring, always reproducible</li>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98415">Bug 98415</a> - Vulkan Driver JSON file contains incorrect field</li>
+
+</ul>
+
+
+<h2>Changes</h2>
+
+<p>Adam Jackson (2):</p>
+<ul>
+ <li>glx/glvnd: Don't modify the dummy slot in the dispatch table</li>
+ <li>glx/glvnd: Fix dispatch function names and indices</li>
+</ul>
+
+<p>Anuj Phogat (1):</p>
+<ul>
+ <li>i965: Fix GPU hang related to multiple render targets and alpha testing</li>
+</ul>
+
+<p>Emil Velikov (4):</p>
+<ul>
+ <li>docs: add release notes for 12.0.4</li>
+ <li>docs: add sha256 checksums for 12.0.4</li>
+ <li>cherry-ignore: add reverted LLVM_LIBDIR patch</li>
+ <li>Update version to 12.0.5</li>
+</ul>
+
+<p>Haixia Shi (1):</p>
+<ul>
+ <li>mesa: change state query return value for RGB565</li>
+</ul>
+
+<p>Jason Ekstrand (3):</p>
+<ul>
+ <li>i965/fs/generator: Don't use the address immediate for MOV_INDIRECT</li>
+ <li>anv/cmd_buffer: Take a command buffer instead of a batch in two helpers</li>
+ <li>anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4</li>
+</ul>
+
+<p>Kenneth Graunke (1):</p>
+<ul>
+ <li>intel: Fix pixel shader scratch space allocation on Gen9+ platforms.</li>
+</ul>
+
+<p>Marek Olšák (13):</p>
+<ul>
+ <li>gallium/radeon: fix behavior of GLSL findLSB(0)</li>
+ <li>gallium/radeon: make sure HTILE address is aligned properly</li>
+ <li>radeonsi: fix an assertion failure in si_decompress_sampler_color_textures</li>
+ <li>gallium/radeon: unify viewport emission code</li>
+ <li>gallium/radeon: set VPORT_ZMIN/MAX registers correctly</li>
+ <li>radeonsi: fix gl_PatchVerticesIn for tessellation evaluation shader</li>
+ <li>radeonsi: fix a crash in imageSize for cubemap arrays</li>
+ <li>radeonsi: emit TA_CS_BC_BASE_ADDR on SI only if the kernel allows it</li>
+ <li>gallium/radeon: add support for sharing textures with DCC between processes</li>
+ <li>radeonsi: always set all blend registers</li>
+ <li>radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blending</li>
+ <li>radeonsi: disable RB+ blend optimizations for dual source blending</li>
+ <li>radeonsi: silence runtime warning