linux/drivers/gpu/drm/gma500
Dave Airlie 51c3b916a4 drm-misc-next for 5.13:
UAPI Changes:
 
 Cross-subsystem Changes:
 
 Core Changes:
   - %p4cc printk format modifier
   - atomic: introduce drm_crtc_commit_wait, rework atomic plane state
     helpers to take the drm_commit_state structure
   - dma-buf: heaps rework to return a struct dma_buf
   - simple-kms: Add plate state helpers
   - ttm: debugfs support, removal of sysfs
 
 Driver Changes:
   - Convert drivers to shadow plane helpers
   - arc: Move to drm/tiny
   - ast: cursor plane reworks
   - gma500: Remove TTM and medfield support
   - mxsfb: imx8mm support
   - panfrost: MMU IRQ handling rework
   - qxl: rework to better handle resources deallocation, locking
   - sun4i: Add alpha properties for UI and VI layers
   - vc4: RPi4 CEC support
   - vmwgfx: doc cleanup
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCYD9fUAAKCRDj7w1vZxhR
 xcRLAQDdWKgUNeHnkKCUNh3ewPGabxvc6KQtPqAxcFv0I3ZmWgEAlfTS0pRLdyzQ
 ITRBL0T0S7cIyqnDULZkwfqB6Q8D0ws=
 =hPCS
 -----END PGP SIGNATURE-----

Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-next

drm-misc-next for 5.13:

UAPI Changes:

Cross-subsystem Changes:

Core Changes:
  - %p4cc printk format modifier
  - atomic: introduce drm_crtc_commit_wait, rework atomic plane state
    helpers to take the drm_commit_state structure
  - dma-buf: heaps rework to return a struct dma_buf
  - simple-kms: Add plate state helpers
  - ttm: debugfs support, removal of sysfs

Driver Changes:
  - Convert drivers to shadow plane helpers
  - arc: Move to drm/tiny
  - ast: cursor plane reworks
  - gma500: Remove TTM and medfield support
  - mxsfb: imx8mm support
  - panfrost: MMU IRQ handling rework
  - qxl: rework to better handle resources deallocation, locking
  - sun4i: Add alpha properties for UI and VI layers
  - vc4: RPi4 CEC support
  - vmwgfx: doc cleanup

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

From: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20210303100600.dgnkadonzuvfnu22@gilmour
2021-03-16 17:08:46 +10:00
..
Kconfig drm/gma500: Remove dependency on TTM 2021-02-09 17:14:12 +01:00
Makefile drm/gma500: Drop DRM_GMA3600 config option 2021-02-09 17:14:11 +01:00
backlight.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 2019-06-05 17:37:06 +02:00
cdv_device.c drm/gma500: Unify crtc helpers 2021-02-09 13:07:41 +01:00
cdv_device.h drm/gma500: Unify crtc helpers 2021-02-09 13:07:41 +01:00
cdv_intel_crt.c drm/gma500/cdv: Remove unused code for crt init 2021-02-09 13:07:39 +01:00
cdv_intel_display.c drm/gma500: Unify crtc helpers 2021-02-09 13:07:41 +01:00
cdv_intel_dp.c drm/gma500/cdv_intel_dp: Demote one unworthy header fix another 2021-01-18 15:50:33 +01:00
cdv_intel_hdmi.c drm/gma500: Remove Medfield support 2021-02-09 17:14:11 +01:00
cdv_intel_lvds.c drm/gma500/cdv_intel_lvds: Demote unworthy headers to standard blocks and fix another 2021-01-18 15:50:19 +01:00
framebuffer.c drm/gma500/framebuffer: Fix some possible doc-rot issues 2021-01-18 15:41:26 +01:00
framebuffer.h drm/gma500: Remove struct psb_fbdev 2019-11-25 11:19:31 +01:00
gem.c drm/gma500/gem: Include our own header containing prototypes 2021-01-18 15:45:48 +01:00
gem.h drm/gma500/gem: Do not rely on consumers to include drm/drm_device.h before gem.h 2021-01-18 15:45:41 +01:00
gma_device.c drm/gma500/gma_device: Include our own header containing prototypes 2021-01-18 15:44:50 +01:00
gma_device.h Linux 5.2-rc5 2019-06-19 12:07:29 +02:00
gma_display.c drm/gma500/gma_display: Demote kernel-doc abuses to standard comment blocks 2021-01-18 15:44:44 +01:00
gma_display.h drm/gma500: Add page flip support on psb/cdv 2019-11-07 10:16:31 +01:00
gtt.c drm/gma500: Never wait for blits 2021-02-09 13:07:44 +01:00
gtt.h drm/gma500: Remove GTT roll support 2020-11-15 20:11:52 +01:00
intel_bios.c drm/gma500/intel_bios: Demote non-conformant kernel-doc header 2021-01-18 15:41:44 +01:00
intel_bios.h drm/gma500/intel_bios.h: Replace zero-length array with flexible-array member 2020-03-06 11:40:53 +01:00
intel_gmbus.c drm/gma500: Remove in_atomic() usage. 2021-02-09 11:22:58 +01:00
intel_i2c.c drm/gma500/intel_i2c: Remove superflouous parameter description and rename another 2021-01-18 15:41:51 +01:00
mid_bios.c drm/gma500: Remove references to struct drm_device.pdev 2021-01-06 15:43:13 +01:00
mid_bios.h Linux 5.2-rc5 2019-06-19 12:07:29 +02:00
mmu.c drm/gma500: Remove CONFIG_X86 conditionals from source files 2021-02-09 17:14:11 +01:00
mmu.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 2019-06-05 17:36:37 +02:00
oaktrail.h Linux 5.2-rc5 2019-06-19 12:07:29 +02:00
oaktrail_crtc.c drm/gma500/oaktrail_crtc: Demote unworthy kernel-doc headers 2021-01-18 15:51:35 +01:00
oaktrail_device.c drm-misc-next for 5.13: 2021-03-16 17:08:46 +10:00
oaktrail_hdmi.c drm/gma500: remove unused variable 'hdmi_ids' 2020-04-21 08:15:03 +02:00
oaktrail_hdmi_i2c.c gma500: clean up error handling in init 2020-12-03 10:50:57 +01:00
oaktrail_lvds.c drm/gma500/oaktrail_lvds: Demote one documentation header fix another 2021-01-18 15:51:29 +01:00
oaktrail_lvds_i2c.c drm/gma500/oaktrail_lvds_i2c: Remove unused variables 'tmp' 2021-01-18 15:51:12 +01:00
opregion.c drm/gma500: Remove references to struct drm_device.pdev 2021-01-06 15:43:13 +01:00
opregion.h
power.c drm/gma500/power: Remove excess param description 'state' 2021-01-18 15:46:09 +01:00
power.h drm/gma500: drop drmP.h from header files 2019-05-22 14:13:33 +02:00
psb_device.c drm/gma500: Unify crtc helpers 2021-02-09 13:07:41 +01:00
psb_device.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 2019-06-05 17:37:06 +02:00
psb_drv.c drm/gma500: Drop DRM_GMA3600 config option 2021-02-09 17:14:11 +01:00
psb_drv.h drm-misc-next for 5.13: 2021-03-16 17:08:46 +10:00
psb_intel_display.c drm/gma500: Unify crtc helpers 2021-02-09 13:07:41 +01:00
psb_intel_drv.h drm: gma500: Convert to GPIO descriptors 2020-08-19 15:48:09 +02:00
psb_intel_lvds.c drm/gma500/psb_intel_lvds: Supply description for 'mode_dev' 2021-01-18 15:45:18 +01:00
psb_intel_modes.c drm/gma500/psb_intel_modes: Provide missing descriptions for function param 'adapter' 2021-01-18 15:45:29 +01:00
psb_intel_reg.h drm/gma500: Remove Medfield support 2021-02-09 17:14:11 +01:00
psb_intel_sdvo.c drm/gma500/psb_intel_sdvo: Demote kernel-doc abuses 2021-01-18 15:49:19 +01:00
psb_intel_sdvo_regs.h
psb_irq.c drm/gma500: Remove Medfield support 2021-02-09 17:14:11 +01:00
psb_irq.h drm/gma500: Remove Medfield support 2021-02-09 17:14:11 +01:00
psb_lid.c Linux 5.2-rc5 2019-06-19 12:07:29 +02:00
psb_reg.h drm/gma500: Remove Medfield support 2021-02-09 17:14:11 +01:00