[BACK]Return to amdgpu_acpi.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / bsd / drm2 / dist / drm / amd / amdgpu

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_acpi.c between version 1.2 and 1.3

version 1.2, 2018/08/27 04:58:19 version 1.3, 2018/08/27 14:04:50
Line 35  __KERNEL_RCSID(0, "$NetBSD$");
Line 35  __KERNEL_RCSID(0, "$NetBSD$");
 #include <drm/drm_crtc_helper.h>  #include <drm/drm_crtc_helper.h>
 #include "amdgpu.h"  #include "amdgpu.h"
 #include "amdgpu_acpi.h"  #include "amdgpu_acpi.h"
   #include "amdgpu_pm.h"
 #include "atom.h"  #include "atom.h"
   
 #define ACPI_AC_CLASS           "ac_adapter"  #define ACPI_AC_CLASS           "ac_adapter"
   
 extern void amdgpu_pm_acpi_event_handler(struct amdgpu_device *adev);  
   
 struct atif_verify_interface {  struct atif_verify_interface {
         u16 size;               /* structure size in bytes (includes size field) */          u16 size;               /* structure size in bytes (includes size field) */
         u16 version;            /* version */          u16 version;            /* version */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>