linux-stable/drivers/gpu/drm/panel
Dave Airlie 88cd7a2c1b drm-misc-next for v5.3, try #2:
Cross-subsystem Changes:
 - Fix device tree bindings in drm-misc-next after a botched merge.
 
 Core Changes:
 - Docbook fix for drm_hdmi_infoframe_set_hdr_metadata.
 
 Driver Changes:
 - mediatek: Fix compiler warning after merging the HDR series.
 - vc4: Rework binner bo handling.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEuXvWqAysSYEJGuVH/lWMcqZwE8MFAlznr6oACgkQ/lWMcqZw
 E8Mjbw//Rf2KeOyNYOpaUjzUIXjdGNKCSLG+MYbBzJLbdj6hywAi8tS6aS89d1qW
 CCBzPTUWFktuUVuHqIpZwNTPLndXzPvyC9v1BafKkF6Tkod1usBMaXD1266giAbC
 pKkJrejqeeQtYNfAQIGDzD/ndxXptw+mwK7DgRvMIQSGYuMCm+p5cG0RBtLV7Ijv
 fXIromzIQ+YUuOIyGRgmXW9zDUaieztovrLtIzpYALzTPZb5dqrJiuv3SKIiB4EK
 mlTprRqHbHpYLHHNhFrO2blfi/50+SThEHvUBP8rkMf3nu3nhQSMQrPtxJSfL71e
 1nAWvIYkLY7lKid7ugFvsZL+1L0zgG6XnsqHs5/x5x/LGDK1jVCEGG/DdsXVjGFj
 XH8zdLBi3PrmwbKy/HHCh6QD5Iwtg4qm8Dfjjfil4XNQDI8pK8q8TaVMZETn3YRC
 63JtZq8nBnrWgT57N/28apkymsHdz2QK99Yyc+GflFhhHsoNy6LhP+OqzW11rIas
 ANxZrF5CR8rudtoo2QeMkHcvkbIvDTQOPPuW6LXdXuqkhi91NFmgkxCCecFfpO74
 QvTiBQHrlb8zqTMZJ/j6uSBTFNOXI2NxXTKUBMJ2O3FcyVqvpL+HutVPcBuIw3mM
 FNvCI1M9rVH1qFOZ+t1y9ceebuHPy6xYwuak6fKDwzOwJOmOMFI=
 =2K7c
 -----END PGP SIGNATURE-----

Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-next

drm-misc-next for v5.3, try #2:

UAPI Changes:
- Add HDR source metadata property.
- Make drm.h compile on GNU/kFreeBSD by including stdint.h
- Clarify how the userspace reviewer has to review new kernel UAPI.
- Clarify that for using new UAPI, merging to drm-next or drm-misc-next should be enough.

Cross-subsystem Changes:
- video/hdmi: Add unpack function for DRM infoframes.
- Device tree bindings:
  * Updating a property for Mali Midgard GPUs
  * Updating a property for STM32 DSI panel
  * Adding support for FriendlyELEC HD702E 800x1280 panel
  * Adding support for Evervision VGG804821 800x480 5.0" WVGA TFT panel
  * Adding support for the EDT ET035012DM6 3.5" 320x240 QVGA 24-bit RGB TFT.
  * Adding support for Three Five displays TFC S9700RTWV43TR-01B 800x480 panel
    with resistive touch found on TI's AM335X-EVM.
  * Adding support for EDT ETM0430G0DH6 480x272 panel.
- Add OSD101T2587-53TS driver with DT bindings.
- Add Samsung S6E63M0 panel driver with DT bindings.
- Add VXT VL050-8048NT-C01 800x480 panel with DT bindings.
- Dma-buf:
  - Make mmap callback actually optional.
  - Documentation updates.
  - Fix debugfs refcount inbalance.
  - Remove unused sync_dump function.
- Fix device tree bindings in drm-misc-next after a botched merge.

Core Changes:
- Add support for HDR infoframes and related EDID parsing.
- Remove prime sg_table caching, now done inside dma-buf.
- Add shiny new drm_gem_vram helpers for simple VRAM drivers;
  with some fixes to the new API on top.
- Small fix to job cleanup without timeout handler.
- Documentation fixes to drm_fourcc.
- Replace lookups of drm_format with struct drm_format_info;
  remove functions that become obsolete by this conversion.
- Remove double include in bridge/panel.c and some drivers.
- Remove drmP.h include from drm/edid and drm/dp.
- Fix null pointer deref in drm_fb_helper_hotplug_event().
- Remove most members from drm_fb_helper_crtc, only mode_set is kept.
- Remove race of fb helpers with userspace; only restore mode
  when userspace is not master.
- Move legacy setup from drm_file.c to drm_legacy_misc.c
- Rework scheduler job destruction.
- drm/bus was removed, remove from TODO.
- Add __drm_atomic_helper_crtc_reset() to subclass crtc_state,
  and convert some drivers to use it (conversion is not complete yet).
- Bump vblank timeout wait to 100 ms for atomic.
- Docbook fix for drm_hdmi_infoframe_set_hdr_metadata.

Driver Changes:
- sun4i: Use DRM_GEM_CMA_VMAP_DRIVER_OPS instead of definining manually.
- v3d: Small cleanups, adding support for compute shaders,
       reservation/synchronization fixes and job management refactoring,
       fixes MMU and debugfs.
- lima: Fix null pointer in irq handler on startup, set default timeout for scheduled jobs.
- stm/ltdc: Assorted fixes and adding FB modifier support.
- amdgpu: Avoid hw reset if guilty job was already signaled.
- virtio: Add seqno to fences, add trace events, use correct flags for fence allocation.
- Convert AST, bochs, mgag200, vboxvideo, hisilicon to the new drm_gem_vram API.
- sun6i_mipi_dsi: Support DSI GENERIC_SHORT_WRITE_2 transfers.
- bochs: Small fix to use PTR_RET_OR_ZERO and driver unload.
- gma500: header fixes
- cirrus: Remove unused files.
- mediatek: Fix compiler warning after merging the HDR series.
- vc4: Rework binner bo handling.

Signed-off-by: Dave Airlie <airlied@redhat.com>

From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/052875a5-27ba-3832-60c2-193d950afdff@linux.intel.com
2019-05-28 08:59:11 +10:00
..
Kconfig drm-misc-next for v5.3, try #2: 2019-05-28 08:59:11 +10:00
Makefile drm/panel: Add OSD101T2587-53TS driver 2019-04-23 13:53:05 +02:00
panel-arm-versatile.c drm-misc-next for 5.2: 2019-03-29 14:03:01 +10:00
panel-feiyang-fy07024di26a30d.c drm/panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panel 2019-04-03 18:44:40 +02:00
panel-ilitek-ili9322.c drm-misc-next for 5.2: 2019-03-29 14:03:01 +10:00
panel-ilitek-ili9881c.c drm/panel: ili9881c: Fix missing assignment to error return ret 2018-07-10 17:59:05 +02:00
panel-innolux-p079zca.c drm/panel: panel-innolux: set display off in innolux_panel_unprepare 2019-01-22 16:49:15 -05:00
panel-jdi-lt070me05000.c drm/panel: Remove drm_panel_detach() calls from all panel drivers 2018-05-18 11:22:06 +02:00
panel-kingdisplay-kd097d04.c drm/panel: Add Kingdisplay KD097D04 panel driver 2019-01-28 17:45:26 +01:00
panel-lg-lg4573.c
panel-lvds.c drm: panel-lvds: convert to SPDX identifiers 2018-09-14 13:54:02 +03:00
panel-olimex-lcd-olinuxino.c drm: Kill drm_display_info.name 2019-03-27 13:55:13 +02:00
panel-orisetech-otm8009a.c drm/panel: otm8009a: Set clock to 29.70 Mhz 2019-04-03 18:44:42 +02:00
panel-osd-osd101t2587-53ts.c drm/panel: Add OSD101T2587-53TS driver 2019-04-23 13:53:05 +02:00
panel-panasonic-vvx10f034n00.c drm/panel: Remove drm_panel_detach() calls from all panel drivers 2018-05-18 11:22:06 +02:00
panel-raspberrypi-touchscreen.c drm/panel: Remove duplicate header 2019-04-23 14:18:59 +02:00
panel-raydium-rm68200.c drm/panel: rm68200: No error msg if probe deferred 2019-04-03 18:44:42 +02:00
panel-rocktech-jh057n00900.c drm/panel: Rocktech jh057n00900: Add terminating newlines to logging 2019-04-04 19:04:18 +02:00
panel-ronbo-rb070d30.c drm/panel: Add Ronbo RB070D30 panel 2019-02-26 15:58:53 +01:00
panel-samsung-ld9040.c
panel-samsung-s6d16d0.c drm: Kill drm_display_info.name 2019-03-27 13:55:13 +02:00
panel-samsung-s6e3ha2.c drm/panel: s6e3ha2: Add support for s6e3hf2 panel on TM2e board 2017-06-14 20:18:22 +02:00
panel-samsung-s6e8aa0.c drm/panel: type promotion bug in s6e8aa0_read_mtp_id() 2018-07-10 17:59:05 +02:00
panel-samsung-s6e63j0x03.c drm/panel: Add support for S6E63J0X03 panel 2017-08-18 17:10:43 +02:00
panel-samsung-s6e63m0.c drm/panel: Add driver for Samsung S6E63M0 panel 2019-04-23 13:06:20 +02:00
panel-seiko-43wvf1g.c drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags 2019-03-18 11:42:13 +02:00
panel-sharp-lq101r1sx01.c drm/panel: Remove drm_panel_detach() calls from all panel drivers 2018-05-18 11:22:06 +02:00
panel-sharp-ls043t1le01.c drm/panel: Remove drm_panel_detach() calls from all panel drivers 2018-05-18 11:22:06 +02:00
panel-simple.c drm/panel: simple: Add FriendlyELEC HD702E 800x1280 LCD panel 2019-05-07 19:57:58 +02:00
panel-sitronix-st7701.c drm/panel: Add Sitronix ST7701 panel driver 2019-01-28 17:45:26 +01:00
panel-sitronix-st7789v.c drm/panel: Remove drm_panel_detach() calls from all panel drivers 2018-05-18 11:22:06 +02:00
panel-tpo-tpg110.c drm-misc-next for 5.2: 2019-03-29 14:03:01 +10:00
panel-truly-nt35597.c drm/panel: Add support for Truly NT35597 panel driver 2018-10-25 17:26:48 -04:00