| Commit message (Expand) | Author | Age | Files | Lines |
* | ilo: move command builder to core | Chia-I Wu | 2015-05-02 | 1 | -1/+1 |
* | ilo: rename ilo_dev_info to ilo_dev | Chia-I Wu | 2015-05-02 | 1 | -1/+1 |
* | ilo: move intel_winsys.h to core | Chia-I Wu | 2015-05-02 | 1 | -1/+1 |
* | ilo: add more convenient intel_bo_{ref,unref}() | Chia-I Wu | 2015-03-06 | 1 | -4/+2 |
* | ilo: add ILO_DEBUG=hang | Chia-I Wu | 2015-03-05 | 1 | -1/+37 |
* | ilo: clarify cp owning/releasing | Chia-I Wu | 2014-09-21 | 1 | -11/+10 |
* | ilo: rename ILO_DEBUG=3d | Chia-I Wu | 2014-09-19 | 1 | -0/+3 |
* | ilo: rename ilo_cp_flush() | Chia-I Wu | 2014-09-19 | 1 | -7/+7 |
* | ilo: simplify ilo_cp_set_owner() | Chia-I Wu | 2014-09-19 | 1 | -1/+52 |
* | ilo: clean up MI functions | Chia-I Wu | 2014-09-12 | 1 | -1/+1 |
* | ilo: move MI functions to ilo_builder_mi.h | Chia-I Wu | 2014-09-12 | 1 | -0/+1 |
* | ilo: remove unused ilo_cp functions | Chia-I Wu | 2014-09-09 | 1 | -1/+0 |
* | ilo: use ilo_builder for kernels and STATE_BASE_ADDRESS | Chia-I Wu | 2014-09-09 | 1 | -2/+14 |
* | ilo: make ilo_cp based on ilo_builder | Chia-I Wu | 2014-09-09 | 1 | -202/+34 |
* | ilo: use genhw command opcodes | Chia-I Wu | 2014-08-26 | 1 | -5/+2 |
* | ilo: replace domains by reloc flags | Chia-I Wu | 2014-08-26 | 1 | -1/+1 |
* | ilo: use only defines from genhw headers | Chia-I Wu | 2014-04-14 | 1 | -1/+4 |
* | ilo: add genhw headers | Chia-I Wu | 2014-04-14 | 1 | -1/+1 |
* | ilo: require hardware logical context support | Chia-I Wu | 2014-03-10 | 1 | -2/+5 |
* | ilo: move ring types to winsys | Chia-I Wu | 2014-03-10 | 1 | -19/+3 |
* | ilo: winsys may limit the batch buffer size | Chia-I Wu | 2014-03-10 | 1 | -2/+2 |
* | ilo: rework winsys batch buffer functions | Chia-I Wu | 2014-03-10 | 1 | -8/+8 |
* | ilo: replace bo alloc flags by initial domains | Chia-I Wu | 2014-03-10 | 1 | -1/+1 |
* | ilo: remove intel_bo_get_virtual() | Chia-I Wu | 2014-03-10 | 1 | -4/+2 |
* | ilo: rework winsys bo reloc functions | Chia-I Wu | 2014-03-10 | 1 | -1/+1 |
* | ilo: add ILO_DEBUG=flush | Chia-I Wu | 2013-08-20 | 1 | -1/+1 |
* | ilo: get rid of function tables in winsys | Chia-I Wu | 2013-06-12 | 1 | -16/+16 |
* | ilo: unmap cp bo before destroying it | Chia-I Wu | 2013-06-07 | 1 | -1/+6 |
* | ilo: replace cp hooks by cp owner and flush callback | Chia-I Wu | 2013-05-21 | 1 | -50/+27 |
* | ilo: harware contexts are only for the render ring | Chia-I Wu | 2013-05-21 | 1 | -4/+8 |
* | ilo: allow one-off flags to be specified for CP | Chia-I Wu | 2013-05-01 | 1 | -0/+4 |
* | ilo: add command parser | Chia-I Wu | 2013-04-26 | 1 | -0/+323 |