devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • * Re: [PATCH v2 0/2] Add support for Visionox R66451 AMOLED DSI panel
           [not found] <20230516-b4-r66451-panel-driver-v2-0-9c8d5eeef579@quicinc.com>
           [not found] ` <20230516-b4-r66451-panel-driver-v2-2-9c8d5eeef579@quicinc.com>
    @ 2023-06-08 16:01 ` Neil Armstrong
      1 sibling, 0 replies; 2+ messages in thread
    From: Neil Armstrong @ 2023-06-08 16:01 UTC (permalink / raw)
      To: Jessica Zhang, Sam Ravnborg, David Airlie, Daniel Vetter,
    	Rob Herring, Krzysztof Kozlowski
      Cc: Abhinav Kumar, Marijn Suijten, dri-devel, devicetree,
    	linux-kernel, freedreno, Krzysztof Kozlowski
    
    Hi,
    
    On 31/05/2023 20:12, Jessica Zhang wrote:
    > Add support for the 1080x2340 Visionox R66451 AMOLED DSI panel that
    > comes with the Qualcomm HDK8350 display expansion pack.
    > 
    > The driver will come with display compression (DSC v1.2) enabled by
    > default.
    > 
    > Signed-off-by: Jessica Zhang <quic_jesszhan@quicinc.com>
    > ---
    > Changes in v2:
    > - Reworded panel bindings commit message for brevity (Krzysztof)
    > - Used corresponding *_set_column_address() and *_set_page_address() DCS
    >    helper methods (Dmitry)
    > - Moved *_set_display_[on|off]() and *_[exit|enter]_sleep_mode() calls
    >    into _enable() and _disable(), respectively (Dmitry)
    > - Dropped cpu_to_le16() conversion for
    >    mipi_dsi_dcs_set_display_brightness() (Dmitry)
    > - Unset LPM flag after DCS commands are sent in _on() (Dmitry)
    > - Used real numbers for mode values (Dmitry)
    > - Used drm_connector_helper_get_modes_fixed() in get_modes() (Dmitry)
    > - Added BACKLIGHT_CLASS_DEVICE as a Kconfig dependency (Neil)
    > - Added error handling for mipi_dsi_picture_parameter_set() (Marijn)
    > - Dropped "0x" for dcs->bits_per_pixel value (Marijn)
    > - Link to v1: https://lore.kernel.org/r/20230516-b4-r66451-panel-driver-v1-0-4210bcbb1649@quicinc.com
    > 
    > ---
    > Jessica Zhang (2):
    >        dt-bindings: display: panel: Add Visionox R66451 AMOLED DSI panel
    >        drm/panel: Add driver for Visionox r66451 panel
    > 
    >   .../bindings/display/panel/visionox,r66451.yaml    |  59 ++++
    >   drivers/gpu/drm/panel/Kconfig                      |   9 +
    >   drivers/gpu/drm/panel/Makefile                     |   1 +
    >   drivers/gpu/drm/panel/panel-visionox-r66451.c      | 390 +++++++++++++++++++++
    >   4 files changed, 459 insertions(+)
    > ---
    > base-commit: a5abc0900af0cfb1b8093200a265d2791864f26b
    > change-id: 20230516-b4-r66451-panel-driver-bf04b5fb3d52
    > 
    > Best regards,
    
    Applied to drm-misc-next
    
    Neil
    
    ^ permalink raw reply	[flat|nested] 2+ messages in thread

  • end of thread, other threads:[~2023-06-08 16:02 UTC | newest]
    
    Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20230516-b4-r66451-panel-driver-v2-0-9c8d5eeef579@quicinc.com>
         [not found] ` <20230516-b4-r66451-panel-driver-v2-2-9c8d5eeef579@quicinc.com>
    2023-06-08 12:49   ` [PATCH v2 2/2] drm/panel: Add driver for Visionox r66451 panel Neil Armstrong
    2023-06-08 16:01 ` [PATCH v2 0/2] Add support for Visionox R66451 AMOLED DSI panel Neil Armstrong
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).