Skip to content
  1. Dec 14, 2015
  2. Dec 11, 2015
  3. Dec 10, 2015
  4. Dec 04, 2015
  5. Nov 26, 2015
    • codewalker's avatar
      ODROID-C1: Add multitouch p/vids. · 20618c10
      codewalker authored
      /* Dell P2314T USB capacitive Screen */
      USB_VENDOR_ID_DELL	I0x2149
      USB_DEVICE_ID_P2314T_TOUCH	I0x2316
      
      USB_VENDOR_ID_IRTOUCHSYSTEMS	0x6615
      USB_DEVICE_ID_IRTOUCH_TOUCH	0x0001
      
      Change-Id: I64cd5f71d14f5e851bb547ffe7ae899038cbbc18
      20618c10
  6. Nov 25, 2015
  7. Oct 26, 2015
  8. Oct 20, 2015
  9. Oct 15, 2015
  10. Oct 14, 2015
  11. Oct 13, 2015
  12. Oct 01, 2015
  13. Sep 24, 2015
  14. Sep 22, 2015
  15. Aug 19, 2015
  16. Jul 28, 2015
  17. Jul 21, 2015
  18. Jul 17, 2015
  19. Jul 14, 2015
  20. Jul 13, 2015
  21. Jul 02, 2015
    • Dongjin Kim's avatar
      ODROID-C: enable CONFIG_AML_VOUT_FRAMERATE_AUTOMATION · f4b546db
      Dongjin Kim authored
      
      
      This will enable the features below:
        1) When playing video, system will change HDMI’s fresh rate to video’s fresh rate.
        2) When playing video with resolution/fresh-rate as below, system will change
           HDMI’s fresh rate
              o. 480p59hz,
              o. 720p-50hz,720p-60hz
              o. 1080p-24hz,1080p-50hz,1080p-60hz
              o. 1080i59h
              o. 4k2k:4k2k-24hz, 4k2k-25hz,4k2k-30hz
        3) When playing video with fresh rate 23.97/29.97/59.94, it will fine tune
           HPLL(it won’t change HDMI’s refresh rate)
              o. 1080p-23.97hz
              o. 1080p-59.94hz
              o. 720p-59.94hz
              o. 4k2k-23.97hz
              o. 4k2k-29.97hz
      
      Change-Id: Id22170a4ac561d6e28b0585f78a459e7b328a932
      Signed-off-by: default avatarDongjin Kim <tobetter@gmail.com>
      f4b546db
    • tao.dong's avatar
      PD #97124 : fine tune HPLL based on source frame rate to implement frame_rate_automation · fd5d7796
      tao.dong authored
      Conflicts:
      	drivers/amlogic/amports/vh264.c
      squash commits:
      	PD #97124. Add source frame rate notification to display device.
      	Change-Id: I8152293ac5a73d47cad71d1076672bf1b8fa049e
      
      	PD #97124: implement frame_rate_automation feature for vout/hdmi for m8/m8b.
      	Change-Id: I8cd67544ee9d98f98c9b3f36c0a315621a6051d7
      
      	PD #97124. Add source frame rate notification to display device for more decoder drivers.
      	Change-Id: Icd465ccc6b4462082cb2ed84c626edc772e93029
      
      	PD #97124 : fine tune HPLL but not change display mode to implement frame_rate_automation for vout/hdmi for m8/m8b
      	Change-Id: Ia5c6fdb6d1153c3e95e32db12bc47b03da22c84b
      
      	PD #97124 : add sync_duration_den/sync_duration_num change notify to video to implement frame_rate_automation for vout/hdmi for m8/m8b
      	Change-Id: Icbc9874cbc332ca991cd8d2e4f9fb8d32d56b48d
      
      	PD #97124: fix a handwritting error for 0.999*clk of m8.amlogic-pd-97124
      	Change-Id: Ib70f8b353c5e31e93fb432ecbb014e0753ce0db3
      
      Conflicts:
      
      	arch/arm/mach-meson8b/hdmi_tx_hw/hdmi_tx_hw.c
      	arch/arm/mach-meson8b/include/mach/tvregs.h
      	drivers/amlogic/display/osd/osd_hw.c
      	drivers/amlogic/display/vout/enc_clk_config.c
      	drivers/amlogic/display/vout/tvconf.c
      	drivers/amlogic/display/vout/tvmode.h
      	drivers/amlogic/hdmi/hdmi_tx/hdmi_tx.c
      	drivers/amlogic/hdmi/hdmi_tx/hdmi_tx_edid.c
      	include/linux/amlogic/vout/vinfo.h
      
      Change-Id: Id3f4b44396adc27d53d3d623840a5504b304cb0e
      fd5d7796