radeon.h (c09c9dd2e9c732658c744a802101d5c34fedde22) | radeon.h (cb5d41664375ad4fbe47bdae745bb6fe8d837e68) |
---|---|
1/* 2 * Copyright 2008 Advanced Micro Devices, Inc. 3 * Copyright 2008 Red Hat Inc. 4 * Copyright 2009 Jerome Glisse. 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation --- 2400 unchanged lines hidden (view full) --- 2409 const struct firmware *uvd_fw; /* UVD firmware */ 2410 const struct firmware *vce_fw; /* VCE firmware */ 2411 bool new_fw; 2412 struct r600_vram_scratch vram_scratch; 2413 int msi_enabled; /* msi enabled */ 2414 struct r600_ih ih; /* r6/700 interrupt ring */ 2415 struct radeon_rlc rlc; 2416 struct radeon_mec mec; | 1/* 2 * Copyright 2008 Advanced Micro Devices, Inc. 3 * Copyright 2008 Red Hat Inc. 4 * Copyright 2009 Jerome Glisse. 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation --- 2400 unchanged lines hidden (view full) --- 2409 const struct firmware *uvd_fw; /* UVD firmware */ 2410 const struct firmware *vce_fw; /* VCE firmware */ 2411 bool new_fw; 2412 struct r600_vram_scratch vram_scratch; 2413 int msi_enabled; /* msi enabled */ 2414 struct r600_ih ih; /* r6/700 interrupt ring */ 2415 struct radeon_rlc rlc; 2416 struct radeon_mec mec; |
2417 struct work_struct hotplug_work; | 2417 struct delayed_work hotplug_work; |
2418 struct work_struct dp_work; 2419 struct work_struct audio_work; 2420 int num_crtc; /* number of crtcs */ 2421 struct mutex dc_hw_i2c_mutex; /* display controller hw i2c mutex */ 2422 bool has_uvd; 2423 struct r600_audio audio; /* audio stuff */ 2424 struct notifier_block acpi_nb; 2425 /* only one userspace can use Hyperz features or CMASK at a time */ --- 542 unchanged lines hidden --- | 2418 struct work_struct dp_work; 2419 struct work_struct audio_work; 2420 int num_crtc; /* number of crtcs */ 2421 struct mutex dc_hw_i2c_mutex; /* display controller hw i2c mutex */ 2422 bool has_uvd; 2423 struct r600_audio audio; /* audio stuff */ 2424 struct notifier_block acpi_nb; 2425 /* only one userspace can use Hyperz features or CMASK at a time */ --- 542 unchanged lines hidden --- |