lkml.org 
[lkml]   [2018]   [Oct]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 01/25] amd-gpu: Don't undefine READ and WRITE [ver #2]
    From
    Date
    Remove the undefinition of READ and WRITE because these constants may be
    used elsewhere in subsequently included header files, thus breaking them.

    These constants don't actually appear to be used in the driver, so the
    undefinition seems pointless.

    Fixes: 4562236b3bc0 ("drm/amd/dc: Add dc display driver (v2)")
    Signed-off-by: David Howells <dhowells@redhat.com>
    ---

    drivers/gpu/drm/amd/display/dc/os_types.h | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/drivers/gpu/drm/amd/display/dc/os_types.h b/drivers/gpu/drm/amd/display/dc/os_types.h
    index a407892905af..c0d9f332baed 100644
    --- a/drivers/gpu/drm/amd/display/dc/os_types.h
    +++ b/drivers/gpu/drm/amd/display/dc/os_types.h
    @@ -40,8 +40,6 @@
    #define LITTLEENDIAN_CPU
    #endif

    -#undef READ
    -#undef WRITE
    #undef FRAME_SIZE

    #define dm_output_to_console(fmt, ...) DRM_DEBUG_KMS(fmt, ##__VA_ARGS__)
    \
     
     \ /
      Last update: 2018-10-24 01:58    [W:4.548 / U:0.168 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site