radeon.h (d21bd6898336a7892914d308d5e0868f0b863571) | radeon.h (4c0ab318a18b86b80f604410e8ed10bb59f0d7eb) |
---|---|
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 --- 2428 unchanged lines hidden (view full) --- 2437 atomic64_t gtt_usage; 2438 atomic64_t num_bytes_moved; 2439 atomic_t gpu_reset_counter; 2440 /* ACPI interface */ 2441 struct radeon_atif atif; 2442 struct radeon_atcs atcs; 2443 /* srbm instance registers */ 2444 struct mutex srbm_mutex; | 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 --- 2428 unchanged lines hidden (view full) --- 2437 atomic64_t gtt_usage; 2438 atomic64_t num_bytes_moved; 2439 atomic_t gpu_reset_counter; 2440 /* ACPI interface */ 2441 struct radeon_atif atif; 2442 struct radeon_atcs atcs; 2443 /* srbm instance registers */ 2444 struct mutex srbm_mutex; |
2445 /* GRBM index mutex. Protects concurrents access to GRBM index */ 2446 struct mutex grbm_idx_mutex; | |
2447 /* clock, powergating flags */ 2448 u32 cg_flags; 2449 u32 pg_flags; 2450 2451 struct dev_pm_domain vga_pm_domain; 2452 bool have_disp_power_ref; 2453 u32 px_quirk_flags; 2454 --- 517 unchanged lines hidden --- | 2445 /* clock, powergating flags */ 2446 u32 cg_flags; 2447 u32 pg_flags; 2448 2449 struct dev_pm_domain vga_pm_domain; 2450 bool have_disp_power_ref; 2451 u32 px_quirk_flags; 2452 --- 517 unchanged lines hidden --- |