Skip to content
Snippets Groups Projects
  1. Feb 27, 2019
  2. Feb 26, 2019
  3. Feb 25, 2019
  4. Feb 22, 2019
  5. Feb 21, 2019
  6. Feb 20, 2019
  7. Feb 19, 2019
    • Laurentiu Palcu's avatar
      MLK-20931: drm/imx/dcss: Add scaler 5 tap filter back for YUV · 453ee22c
      Laurentiu Palcu authored
      
      The following commit:
      
      459a5fac - MLK-20263: drm/imx/dcss: fix channel-0 line shift
      
      removed the 5 tap filter for vertical luma/chroma when YUV formats were
      used.
      
      Problem is that when the 7 tap filter is used for vertical luma/chroma,
      artifacts can be seen on screen when scaling.
      
      RGB can, however, function correctly with only 7 tap filter.
      
      This patch partially reverts the above patch and also does some cosmetic
      changes when calling the dcss_scaler_filter_design() using false/true
      instead of 0/1 for use_5_taps argument.
      
      Signed-off-by: default avatarLaurentiu Palcu <laurentiu.palcu@nxp.com>
      453ee22c
    • Horia Geantă's avatar
      crypto: caam - make dev_dbg() format string constant · ad41641e
      Horia Geantă authored
      
      Changing dev_info() to dev_dbg() has exposed an issue with the format
      string, which is not constant - and leads to compilation failure in case
      CONFIG_DYNAMIC_DEBUG=y:
      
      In file included from ./include/linux/printk.h:334:0,
                       from ./include/linux/kernel.h:14,
                       from drivers/crypto/caam/compat.h:9,
                       from drivers/crypto/caam/sm_test.c:23:
      drivers/crypto/caam/sm_test.c: In function 'key_display':
      ./include/linux/dynamic_debug.h:75:16: error: initializer element is not constant
        static struct _ddebug  __aligned(8)   \
                      ^
      ./include/linux/dynamic_debug.h:111:2: note: in expansion of macro 'DEFINE_DYNAMIC_DEBUG_METADATA_KEY'
        DEFINE_DYNAMIC_DEBUG_METADATA_KEY(name, fmt, 0, 0)
        ^
      ./include/linux/dynamic_debug.h:133:2: note: in expansion of macro 'DEFINE_DYNAMIC_DEBUG_METADATA'
        DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt);  \
        ^
      ./include/linux/device.h:1351:2: note: in expansion of macro 'dynamic_dev_dbg'
        dynamic_dev_dbg(dev, format, ##__VA_ARGS__); \
        ^
      drivers/crypto/caam/sm_test.c:77:2: note: in expansion of macro 'dev_dbg'
        dev_dbg(dev, label);
        ^
      ./include/linux/dynamic_debug.h:75:16: error: (near initialization for 'descriptor.format')
        static struct _ddebug  __aligned(8)   \
                      ^
      ./include/linux/dynamic_debug.h:111:2: note: in expansion of macro 'DEFINE_DYNAMIC_DEBUG_METADATA_KEY'
        DEFINE_DYNAMIC_DEBUG_METADATA_KEY(name, fmt, 0, 0)
        ^
      ./include/linux/dynamic_debug.h:133:2: note: in expansion of macro 'DEFINE_DYNAMIC_DEBUG_METADATA'
        DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt);  \
        ^
      ./include/linux/device.h:1351:2: note: in expansion of macro 'dynamic_dev_dbg'
        dynamic_dev_dbg(dev, format, ##__VA_ARGS__); \
        ^
      drivers/crypto/caam/sm_test.c:77:2: note: in expansion of macro 'dev_dbg'
        dev_dbg(dev, label);
        ^
      make[3]: *** [drivers/crypto/caam/sm_test.o] Error 1
      
      Fixes: c59d342d ("crypto: caam - lower SM test verbosity")
      Suggested-by: default avatarLeonard Crestez <leonard.crestez@nxp.com>
      Reviewed-by: default avatarLeonard Crestez <leonard.crestez@nxp.com>
      Signed-off-by: default avatarHoria Geantă <horia.geanta@nxp.com>
      ad41641e
    • Andy Duan's avatar
      MLK-20927 ARM64: dts: imx8dx: use separated irq for lpuart · 3ffc16ac
      Andy Duan authored
      
      i.MX8QXP has separated irq, and shared irq for lpuart with eDMA,
      it is better for uart to use separated irq although there has
      no function impact.
      
      Reviewed-by: default avatarRobin Gong <yibin.gong@nxp.com>
      Signed-off-by: default avatarFugang Duan <fugang.duan@nxp.com>
      3ffc16ac
  8. Feb 18, 2019
  9. Feb 15, 2019
Loading