rs600.c (6724af486903df57338c14424e02599e371cf563) rs600.c (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

--- 799 unchanged lines hidden (view full) ---

808 }
809 if (G_007404_HDMI0_AZ_FORMAT_WTRIG(rdev->irq.stat_regs.r500.hdmi0_status)) {
810 queue_hdmi = true;
811 DRM_DEBUG("HDMI0\n");
812 }
813 status = rs600_irq_ack(rdev);
814 }
815 if (queue_hotplug)
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

--- 799 unchanged lines hidden (view full) ---

808 }
809 if (G_007404_HDMI0_AZ_FORMAT_WTRIG(rdev->irq.stat_regs.r500.hdmi0_status)) {
810 queue_hdmi = true;
811 DRM_DEBUG("HDMI0\n");
812 }
813 status = rs600_irq_ack(rdev);
814 }
815 if (queue_hotplug)
816 schedule_work(&rdev->hotplug_work);
816 schedule_delayed_work(&rdev->hotplug_work, 0);
817 if (queue_hdmi)
818 schedule_work(&rdev->audio_work);
819 if (rdev->msi_enabled) {
820 switch (rdev->family) {
821 case CHIP_RS600:
822 case CHIP_RS690:
823 case CHIP_RS740:
824 msi_rearm = RREG32(RADEON_BUS_CNTL) & ~RS600_MSI_REARM;

--- 336 unchanged lines hidden ---
817 if (queue_hdmi)
818 schedule_work(&rdev->audio_work);
819 if (rdev->msi_enabled) {
820 switch (rdev->family) {
821 case CHIP_RS600:
822 case CHIP_RS690:
823 case CHIP_RS740:
824 msi_rearm = RREG32(RADEON_BUS_CNTL) & ~RS600_MSI_REARM;

--- 336 unchanged lines hidden ---