Hi Dave,
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/tegra/linux tags/drm/panel/for-4.7-rc1
for you to fetch changes up to 69b34766668efeed79059dcf1ee0cf1d08abb12d:
drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panels (2016-05-10 14:32:22 +0200)
As I mentioned in another email earlier today, I've had to pull in Stefan's two patches (for the bus_flags) because another patch in this tree depends on it. I just checked your drm-next branch and you hadn't yet pulled Stefan's request, so hopefully this will work out okay. If you want to pull separately, let me know and I'll remove the patches and the patch that depends on it again.
Thanks, Thierry
---------------------------------------------------------------- drm/panel: Changes for v4.7-rc1
This contains support for a bunch of new panels in the simple panel driver along with some cleanup and support for a new Analogix HDMI to DP bridge.
---------------------------------------------------------------- Bhuvanchandra DV (1): drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panels
Boris Brezillon (2): drm/panel: simple: Set appropriate mode type drm/panel: simple: Remove useless drm_mode_set_name()
Enric Balletbo i Serra (4): drm/dp: Add define to set 0.5% down-spread in MAX_DOWNSPREAD register of: Add vendor prefix for Analogix Semiconductor devicetree: Add ANX7814 SlimPort transmitter binding drm/bridge: Add Analogix anx78xx support
Eric Anholt (2): of: Add vendor prefix for On Tat Industrial Company. drm/panel: simple: Add the 7" DPI panel from Adafruit
Maxime Ripard (1): drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS
Riccardo Bortolato (1): drm/panel: simple: Add support for Innolux AT070TN92
Stefan Agner (2): drm: introduce bus_flags in drm_display_info drm/fsl-dcu: use bus_flags for pixel clock polarity
.../bindings/display/panel/innolux,at070tn92.txt | 7 + .../display/panel/olimex,lcd-olinuxino-43-ts.txt | 7 + .../bindings/display/panel/ontat,yx700wv03.txt | 7 + .../bindings/display/panel/tpk,f07a-0102.txt | 8 + .../bindings/display/panel/tpk,f10a-0102.txt | 8 + .../devicetree/bindings/vendor-prefixes.txt | 3 + .../devicetree/bindings/video/bridge/anx7814.txt | 40 + drivers/gpu/drm/bridge/Kconfig | 10 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/gpu/drm/bridge/analogix-anx78xx.c | 1514 ++++++++++++++++++++ drivers/gpu/drm/bridge/analogix-anx78xx.h | 719 ++++++++++ drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c | 5 + drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h | 4 +- drivers/gpu/drm/panel/panel-simple.c | 156 +- include/drm/drm_crtc.h | 9 + include/drm/drm_dp_helper.h | 1 + 16 files changed, 2495 insertions(+), 4 deletions(-) create mode 100644 Documentation/devicetree/bindings/display/panel/innolux,at070tn92.txt create mode 100644 Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino-43-ts.txt create mode 100644 Documentation/devicetree/bindings/display/panel/ontat,yx700wv03.txt create mode 100644 Documentation/devicetree/bindings/display/panel/tpk,f07a-0102.txt create mode 100644 Documentation/devicetree/bindings/display/panel/tpk,f10a-0102.txt create mode 100644 Documentation/devicetree/bindings/video/bridge/anx7814.txt create mode 100644 drivers/gpu/drm/bridge/analogix-anx78xx.c create mode 100644 drivers/gpu/drm/bridge/analogix-anx78xx.h
On 11 May 2016 at 00:58, Thierry Reding thierry.reding@gmail.com wrote:
Hi Dave,
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/tegra/linux tags/drm/panel/for-4.7-rc1
for you to fetch changes up to 69b34766668efeed79059dcf1ee0cf1d08abb12d:
drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panels (2016-05-10 14:32:22 +0200)
As I mentioned in another email earlier today, I've had to pull in Stefan's two patches (for the bus_flags) because another patch in this tree depends on it. I just checked your drm-next branch and you hadn't yet pulled Stefan's request, so hopefully this will work out okay. If you want to pull separately, let me know and I'll remove the patches and the patch that depends on it again.
Can you rebase it onto drm-next? I've definitely pulled those patches in at this point.
Dave.
Hi Dave,
The following changes since commit 95306975e9dd38ba2775dd96cb29987ecc7d9360:
Merge tag 'drm/tegra/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next (2016-05-12 11:15:18 +1000)
are available in the git repository at:
git://anongit.freedesktop.org/tegra/linux tags/drm/panel/for-4.7-rc1
for you to fetch changes up to 227e4f4079e198695b9b5df344aa0e29676a5a29:
drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panels (2016-05-12 11:32:14 +0200)
This is the same pull request as I sent yesterday but rebased on your drm-next branch, and hence the two bus_flags patches are no longer included.
Thanks, Thierry
---------------------------------------------------------------- drm/panel: Changes for v4.7-rc1
This contains support for a bunch of new panels in the simple panel driver along with some cleanup and support for a new Analogix HDMI to DP bridge.
---------------------------------------------------------------- Bhuvanchandra DV (1): drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panels
Boris Brezillon (2): drm/panel: simple: Set appropriate mode type drm/panel: simple: Remove useless drm_mode_set_name()
Enric Balletbo i Serra (4): drm/dp: Add define to set 0.5% down-spread in MAX_DOWNSPREAD register of: Add vendor prefix for Analogix Semiconductor devicetree: Add ANX7814 SlimPort transmitter binding drm/bridge: Add Analogix anx78xx support
Eric Anholt (2): of: Add vendor prefix for On Tat Industrial Company. drm/panel: simple: Add the 7" DPI panel from Adafruit
Maxime Ripard (1): drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS
Riccardo Bortolato (1): drm/panel: simple: Add support for Innolux AT070TN92
.../bindings/display/panel/innolux,at070tn92.txt | 7 + .../display/panel/olimex,lcd-olinuxino-43-ts.txt | 7 + .../bindings/display/panel/ontat,yx700wv03.txt | 7 + .../bindings/display/panel/tpk,f07a-0102.txt | 8 + .../bindings/display/panel/tpk,f10a-0102.txt | 8 + .../devicetree/bindings/vendor-prefixes.txt | 3 + .../devicetree/bindings/video/bridge/anx7814.txt | 40 + drivers/gpu/drm/bridge/Kconfig | 10 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/gpu/drm/bridge/analogix-anx78xx.c | 1514 ++++++++++++++++++++ drivers/gpu/drm/bridge/analogix-anx78xx.h | 719 ++++++++++ drivers/gpu/drm/panel/panel-simple.c | 151 +- include/drm/drm_dp_helper.h | 1 + 13 files changed, 2475 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/display/panel/innolux,at070tn92.txt create mode 100644 Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino-43-ts.txt create mode 100644 Documentation/devicetree/bindings/display/panel/ontat,yx700wv03.txt create mode 100644 Documentation/devicetree/bindings/display/panel/tpk,f07a-0102.txt create mode 100644 Documentation/devicetree/bindings/display/panel/tpk,f10a-0102.txt create mode 100644 Documentation/devicetree/bindings/video/bridge/anx7814.txt create mode 100644 drivers/gpu/drm/bridge/analogix-anx78xx.c create mode 100644 drivers/gpu/drm/bridge/analogix-anx78xx.h
dri-devel@lists.freedesktop.org