mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-19 09:43:18 -04:00
Merge tag 'drm-misc-next-2023-11-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
drm-misc-next for 6.8:
UAPI Changes:
Cross-subsystem Changes:
Core Changes:
- Drop deprecated drm_kms_helper.edid_firmware module parameter
Driver Changes:
- Convert platform drivers remove callback to return void
- imagination: Introduction of the Imagination GPU Support
- rockchip:
- rk3066_hdmi: Convert to atomic
- vop2: Support NV20 and NV30
- panel:
- elida-kd35t133: PM reworks
- New panels: Powkiddy RK2023
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
From: Maxime Ripard <mripard@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/drzvrbsej2txf6a6npc4ukkpadj3wio7edkjbgsfdm4l33szpe@fgwtdy5z5ev7
This commit is contained in:
@@ -47,8 +47,17 @@
|
||||
#define SZ_8G _AC(0x200000000, ULL)
|
||||
#define SZ_16G _AC(0x400000000, ULL)
|
||||
#define SZ_32G _AC(0x800000000, ULL)
|
||||
#define SZ_64G _AC(0x1000000000, ULL)
|
||||
#define SZ_128G _AC(0x2000000000, ULL)
|
||||
#define SZ_256G _AC(0x4000000000, ULL)
|
||||
#define SZ_512G _AC(0x8000000000, ULL)
|
||||
|
||||
#define SZ_1T _AC(0x10000000000, ULL)
|
||||
#define SZ_2T _AC(0x20000000000, ULL)
|
||||
#define SZ_4T _AC(0x40000000000, ULL)
|
||||
#define SZ_8T _AC(0x80000000000, ULL)
|
||||
#define SZ_16T _AC(0x100000000000, ULL)
|
||||
#define SZ_32T _AC(0x200000000000, ULL)
|
||||
#define SZ_64T _AC(0x400000000000, ULL)
|
||||
|
||||
#endif /* __LINUX_SIZES_H__ */
|
||||
|
||||
Reference in New Issue
Block a user