Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel/fs: Replace fs_visitor::bank_conflict_cycles() with stand-alone function. | Francisco Jerez | 2020-04-28 | 1 | -13/+9 |
* | intel/fs/gen6: Constrain barycentric source of LINTERP during bank conflict m... | Francisco Jerez | 2020-01-17 | 1 | -0/+8 |
* | intel/fs: Make implied_mrf_writes() an fs_inst method. | Francisco Jerez | 2020-01-10 | 1 | -1/+1 |
* | i965/fs: unspills shoudn't use grf127 as dest since Gen8+ | Jose Maria Casanova Crespo | 2018-07-12 | 1 | -0/+12 |
* | intel/fs/bank_conflicts: Use posix_memalign() instead of overaligned new to o... | Francisco Jerez | 2017-12-21 | 1 | -6/+16 |
* | intel/fs/bank_conflicts: Don't touch Gen7 MRF hack registers. | Francisco Jerez | 2017-12-12 | 1 | -5/+17 |
* | intel/fs: Teach instruction scheduler about GRF bank conflict cycles. | Francisco Jerez | 2017-12-07 | 1 | -0/+19 |
* | intel/fs: Implement GRF bank conflict mitigation pass. | Francisco Jerez | 2017-12-07 | 1 | -0/+893 |