Skip to content

Commit

Permalink
Tue Jul 2 07:35:20 UTC 2024 Kernel update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 2, 2024
1 parent fc4dc8e commit bbf6543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bsp/drivers/drm/sunxi_device/sunxi_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,11 @@ int sunxi_hdmi_disp_select_format(struct disp_device_config *info, u32 vic_code)
case DISP_CSC_TYPE_YUV420:
if (dw_edid_check_yuv420_base(vic_code)) {
if (info->bits == DISP_DATA_8BITS ||
dw_edid_check_yuv420_dc((u8)info->bits))
dw_edid_check_yuv420_dc((u8)info->bits)) {
hdmi_trace("hdmi check continue use yuv420-%s\n",
sunxi_hdmi_color_depth_string(info->bits));
return 0;
}
}
break;
case DISP_CSC_TYPE_YUV422:
Expand Down
2 changes: 1 addition & 1 deletion bsp/drivers/usb/host/sunxi-hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <linux/pm_wakeirq.h>
#include <linux/regulator/consumer.h>

#include <../sunxi_usb/include/sunxi_usb_debug.h>
#include "../sunxi_usb/include/sunxi_usb_debug.h"

extern int usb_disabled(void);
extern atomic_t hci_thread_suspend_flag;
Expand Down

0 comments on commit bbf6543

Please sign in to comment.